SSH without password

Log into the client end and run ssh-keygen (In some systems parameter -t rsa is needed).

Then append ~/.ssh/id_rsa.pub (client end) to file ~/.ssh/authorized_keys (create it if not present) at the server end.

Done!

2 comments:

  1. oops... one of my rotation bosses did this so that I can use his account to a supercomputer.

    ReplyDelete