SSH Login Without Password


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

ssh-copy-id + port


Copy this code and paste it in your HTML
  1. ssh-keygen
  2. ssh-copy-id -i /path/to/id_foobar.pub "-p 2342 user@server"

URL: http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.