Remote login via SSH without login

Do following steps...
  1. Check if there is a file: id_dsa.pub in your .ssh folder.
  2. If not, create it: # ssh-keygen -t dsa
  3. Send to the server you want to login
  4. # cat id_dsa.pub >> .ssh/authorized_keys
After that, you can login to the server via SSH with no-password.

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP