linux - Still getting password prompt after configuring ssh keys -


i trying connect remote server without password , followed instructions on link (http://kb.mediatemple.net/questions/1626/using+ssh+keys+on+your+server) , checked sshd_config file

 saauthentication yes  pubkeyauthentication yes  authorizedkeysfile      %h/.ssh/authorized_keys 

however still password prompt when try log in. ?

check ~/.ssh directory and/or id_rsa/id_dsa file permissions. ~/.ssh directory should 700 , private key files should 600.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -