38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 38: | Line 38: | ||
<source lang="console"> | <source lang="console"> | ||
[name@server]$ ssh -i /home/ubuntu/.ssh/id_rsa USERNAME@ADDRESS | [name@server]$ ssh -i /home/ubuntu/.ssh/id_rsa USERNAME@ADDRESS | ||
</source> | </source> | ||
where <code>/home/ubuntu/.ssh/id_rsa</code> specifies your private key file and <code>USERNAME</code> is the user name on the remote machine, and <code>ADDRESS</code> is the address of the remote machine. | where <code>/home/ubuntu/.ssh/id_rsa</code> specifies your private key file and <code>USERNAME</code> is the user name on the remote machine, and <code>ADDRESS</code> is the address of the remote machine. |