[SOLVED] [ssh] RSA key authentication not working
by thomasbb from LinuxQuestions.org on  (#5C8RN)
	In the server /etc/ssh/ssh_config, I've set
Code:PasswordAuthentication norestarted the daemon, and from the host copied a public id_rsa.pub on the server with ssh-copy-id:
Code:$ ssh-copy-id -i ~/.ssh/id_rsa.pub useronserver@serverThe key was copied well and shows exactly the same in userlocalhome/.ssh/id_rsa.pub as in userserverhome/.ssh/authorized_keys. However, the server keeps asking me for a password. Did I miss something?
 
 
 
 

	
Code:PasswordAuthentication norestarted the daemon, and from the host copied a public id_rsa.pub on the server with ssh-copy-id:
Code:$ ssh-copy-id -i ~/.ssh/id_rsa.pub useronserver@serverThe key was copied well and shows exactly the same in userlocalhome/.ssh/id_rsa.pub as in userserverhome/.ssh/authorized_keys. However, the server keeps asking me for a password. Did I miss something?