RSS

ssh logins without a password

Fri, Apr 28, 2006

System Administration

Share ssh keys:

client:
[code]cd
ssh-keygen -t rsa[/code]

the copy ~/.ssh/id_rsa.pub over to server

server:
[code]mkdir .ssh
cat id_rsa.pub >> .ssh/authorized_keys[/code]

Job done

, , ,

This post was written by:

Bealers - who has written 352 posts on Darren Beale.


Contact the author

Leave a Reply