EC2 (Ubuntu 14.04.3) sunucuma bağlanmaya çalıştığımda ssh -v server
, günlüğün sonunda bunu görüyorum:
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
Authenticated to <domain>.com ([192.168.1.42]:12345).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com # <!-!-!-!-!-!- What's this?
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_CTYPE = en_US.UTF-8
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-55-generic x86_64)
Bu benim .ssh/config
:
Host server
HostName domain.com
User myuser
IdentityFile ~/path/to/EC2Key.pem
Port <portnumber>
Bu normal görünüyor. Burada iki olası neden görüyorum:
- OpenSSH
openssh.com
bir kullanıcı olarak bağlantı kurmaya çalışıyorno-more-sessions
- ama bu da bir anlam ifade etmiyor, neden? - OpenSSH adresine e-posta göndermeye çalışıyor
no-more-sessions@openssh.com
. Bu daha az mantıklı ve her iki seçenek de biraz ürkütücü görünüyor.
Burada neler oluyor?
<thing>@<namespace>
. Başka bir ilgili yöntem ters etki alanı tarzıdır (ne olursa olsun):<namespace>.<thing>