Re: Warning: Identity file ~/.ssh/id_rsa not accessible: No such file or directory




And, /var/log/OpenSSHServer.log is

/etc/sshd_config line 16: garbage at end of line; "protocol".
/etc/sshd_config line 16: garbage at end of line; "protocol".
/etc/sshd_config line 16: garbage at end of line; "protocol".
/etc/sshd_config line 16: garbage at end of line; "protocol".
/etc/sshd_config line 16: garbage at end of line; "protocol".
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key


Did you check the permissions on /etc/ssh_host_rsa_key
/etc/ssh_host_dsa_key ?? Or if they exists.

I think it is stange in your config to find both :

HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key

And

HostKey /etc/ssh_host_rsa_key
HostKey /etc/ssh_host_dsa_key



You can eventually check also /etc/ssh/ssh_config which is the config
file of ssh client. May be you can find some clue about the connection
problem. It may also exist a log of the ssh client... but do not know where.

EnjoY!
.



Relevant Pages