You are here

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).

admin's blog

Autologin to SSH server without Password prompt (Linux)

  • ssh-keygen -t rsa
  • ssh remote_user@remote_server mkdir -p .ssh
  • exit
  • cat .ssh/id_rsa.pub | ssh remote_user@remote_server 'cat >> .ssh/authorized_keys'

Now you should be able to "ssh remote_user@remote_server" without being prompted for a password.

Pages

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer