Tuesday, April 10, 2007

login using ssh shared key

On the same note - using shared keys for authentication:

1. ssh-keygen -t rsa
2. scp .ssh/id_rsa.pub @:/home//.ssh/authorized_keys

0 Comments:

Post a Comment

<< Home