Password-Less OpenSSH [Server-client]

Status
Not open for further replies.

faizulhaque

Active Member
255
2009
1
0
i google it to make OpenSSH passwordless and found some good tuts but problem still persist.

What i already followed.
1. ssh-keygen -t rsa
2. ssh-copy-id -i ~/.ssh/id_rsa.pub username@host

on host machine
1. chmod 600 ~/.ssh/authorized_keys

any have idea why OpenSSH still asking for passowrd :(
 
4 comments
look in /etc/ssh/sshd_config, i think you need to disable password authorisation and enable one of the other methods. but best you read up on it first, make sure you don't lock yourself out :P
 
i tried this too. but didn't find any thing by which i can disable accept the tut which i posted in first post. any one please suggestion what should i do.
 
Status
Not open for further replies.
Back
Top