Eni a écrit :
Hi, --- $ ssh [EMAIL PROTECTED] permission denied (publickey). --- I generated the Keys with: --- "ssh-keygen -b 2048 -t rsa -f ${HOME}/.ssh/user_server" ---Then copied it to the remote server to /home/user/.ssh/authorized_keys and set chmod 600 to authorized_keys.
I think sshd is searching for the file /home/user/.ssh/authorized_keys2 Try to add this in your sshd_config file : AuthorizedKeysFile .ssh/authorized_keys or copy your file .ssh/authorized_keys to .ssh/authorized_keys2
I can't find the problem, please help. Thanks in advance, Eni (Denise Paschen)
Yann
