adspace


what are the steps for Password-less ssh

Answer Posted / teja

open the ssh configration file /etc/ssh/sshd_conf like this

#vi /etc/ssh/sshd_conf
Here you can see "Password Auth = yes" dhange it to no
i.e.,
"Password Auth = no" and save and exit.
Now restart the service sshd with "Service sshd restart"
cmd and try to connect to another machine using its IP ....
now it wont ask u for password...

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the gate of ftp server in redhat linux?

2001


What are the differences between FTP , NFS , SAMBA servers explain separately.

1338