rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
== For the system you log in to == <!--T:11--> | == For the system you log in to == <!--T:11--> | ||
One important advantage of using SSH keys is that the remote system only needs your public key. This value is not sensitive, so there is no risk of | One important advantage of using SSH keys is that the remote system only needs your public key. This value is not sensitive, so there is no risk of it being disclosed. If someone gets your public key, all they can do is give you additional access. | ||
* Avoid placing any private keys on remote machines, even encrypted ones. An unencrypted key is equivalent to a password, and may be stolen or exposed inadvertently. An encrypted key is, by itself, not sensitive - except if you ever use it on that machine (at which point you are effectively trusting the machine.) | * Avoid placing any private keys on remote machines, even encrypted ones. An unencrypted key is equivalent to a password, and may be stolen or exposed inadvertently. An encrypted key is, by itself, not sensitive - except if you ever use it on that machine (at which point you are effectively trusting the machine.) | ||
* If you use ssh-agent, avoid forwarding it to remote machines which you do not trust. | * If you use ssh-agent, avoid forwarding it to remote machines which you do not trust. | ||
</translate> | </translate> |