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
published by admin on Sat, 04/11/2015 - 20:22
- 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