1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix incorrect summary of how an SSH agent works (#36304)

This commit is contained in:
ja2048
2025-02-17 15:11:37 +01:00
committed by GitHub
parent 4c5e440d0f
commit 37ce60d291

View File

@@ -18,7 +18,7 @@ shortTitle: SSH key passphrases
## About passphrases for SSH keys
With SSH keys, if someone gains access to your computer, the attacker can gain access to every system that uses that key. To add an extra layer of security, you can add a passphrase to your SSH key. To avoid entering the passphrase every time you connect, you can securely save your passphrase in the SSH agent.
With SSH keys, if someone gains access to your computer, the attacker can gain access to every system that uses that key. To add an extra layer of security, you can add a passphrase to your SSH key. To avoid entering the passphrase every time you connect, you can securely cache the key in the SSH agent.
## Adding or changing a passphrase