# 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.