Password-less ssh'ing |
|
|
|
ssh-keygen -t rsa -b 4096 scp id_rsa.pub user@host:.ssh/auth.key ssh user@host cd .ssh cat auth.key >> authorized_keys rm auth.key |
|
(c) Kartikaya Gupta, 2004-2010. User comments owned by their respective posters. All rights reserved. Secure site. |