Changes

Jump to navigation Jump to search
138 bytes added ,  13:25, 2 December 2015
no edit summary
# Try logging in from the first server to the second without using a password.
== One-liner ==
<source lang="bash">
 
ssh-copy-id -i ~/.ssh/id_rsa.pub -o IdentitiesOnly=true admin@qbucket
 
ssh admin@qbucket
 
</source>
== Troubleshooting ==
Check <code>/var/log/auth.log</code> on the remote server for details if this doesn't work as expected.
4,558

edits

Navigation menu