Posted By


tregeagle on 02/27/12

Tagged


Statistics


Viewed 493 times
Favorited by 0 user(s)

Passwordless Logins


/ Published in: Bash
Save to your folder(s)

OK, getting sick of typing my password.


Copy this code and paste it in your HTML
  1. ssh-keygen
  2.  
  3. # Followed by enter, enter, enter, enter,
  4.  
  5. ssh-copy-id -i ~/.ssh/id_rsa.pub ME@REMOTEHOST

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.