- Feb 2, 2009
- 1,666
- 0
- 0
I am on opensuse 11.4
When I run ssh-keygen on the server, I generate a key that populates on ~/.ssh/id_rsa.pub and ~/.ssh/id_rsa.
I copp id_rsa.pub to the client laptop that is running 11.4 as well.
I then rename id_rsa.pub to authorized_keys and chmod 600.
Then I try to do ssh -i authorized_keys IP server and it prompts for a password.
What am I doing wrong?
When I run ssh-keygen on the server, I generate a key that populates on ~/.ssh/id_rsa.pub and ~/.ssh/id_rsa.
I copp id_rsa.pub to the client laptop that is running 11.4 as well.
I then rename id_rsa.pub to authorized_keys and chmod 600.
Then I try to do ssh -i authorized_keys IP server and it prompts for a password.
What am I doing wrong?
