>>> [root@delta ~]# ssh -v
>>> OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
>> Вместо
>>>>>>>alex@desktop:~$ ssh -i /home/alex/.ssh/alex_ssh root@_ip адрес_
>> зделай
>>>>>>>alex@desktop:~$ ssh -v -i /home/alex/.ssh/alex_ssh root@_ip адрес_
>> и змотри разницу з
>>>>>>>alex@desktop:~$ ssh -v -i /home/alex/.ssh/alex_ssh root@_другой ip адрес, где всё работает_
>> +++Приём, приём. Как слышно меня?
> Прием прием, слышу слышу... ща сделаю)) Как видно, коннект обрубается на ключе...
неработающий сервер:
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/home/alex/.ssh/known_hosts).
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
debug1: Unspecified GSS failure. Minor code may provide more information
debug1: Unspecified GSS failure. Minor code may provide more information
Credentials cache file '/tmp/krb5cc_1000' not found
debug1: Next authentication method: publickey
debug1: Trying private key: /home/alex/.ssh/alex_ssh
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/home/alex/.ssh/alex_ssh':
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: password
root@________'s password:
работающий сервер:
debug1: Next authentication method: publickey
debug1: Trying private key: /home/alex/.ssh/alex_ssh
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/home/alex/.ssh/alex_ssh':
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
Authenticated to 94.127.176.250 ([94.127.176.250]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LC_PAPER = ru_RU.UTF-8
debug1: Sending env LC_ADDRESS = ru_RU.UTF-8
debug1: Sending env LC_MONETARY = ru_RU.UTF-8
debug1: Sending env LC_NUMERIC = ru_RU.UTF-8
debug1: Sending env LC_TELEPHONE = ru_RU.UTF-8
debug1: Sending env LC_IDENTIFICATION = ru_RU.UTF-8
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_MEASUREMENT = ru_RU.UTF-8
debug1: Sending env LC_TIME = ru_RU.UTF-8
debug1: Sending env LC_NAME = ru_RU.UTF-8
Last login: Fri Aug 16 14:15:57 2013 from tm3.core.unilink.ru
[root@zero ~]#
Так и не понятна причина....