Hello
I'm trying to setup sshd to use only key (no password).
But it doesn't seem to work, getting "Permission denied (publickey)." on Client & error 255 on Server.
on the Server my /etc/ssh/sshd_config has following options set :
PubkeyAuthentication yes
PasswordAuthentication no...