1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update SSH key capitalization

- Keep consistent capitalization for "SSH Key"
This commit is contained in:
Victor Geislinger
2021-09-08 21:04:38 -07:00
committed by GitHub
parent 90e6d9699d
commit 9cf8d5f6cd

View File

@@ -139,7 +139,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
```
{% note %}
**Note:** The `-K` option is Apple's standard version of `ssh-add`, which stores the passphrase in your keychain for you when you add an ssh key to the ssh-agent. If you chose not to add a passphrase to your key, run the command without the `-K` option.
**Note:** The `-K` option is Apple's standard version of `ssh-add`, which stores the passphrase in your keychain for you when you add an SSH key to the ssh-agent. If you chose not to add a passphrase to your key, run the command without the `-K` option.
If you don't have Apple's standard version installed, you may receive an error. For more information on resolving this error, see "[Error: ssh-add: illegal option -- K](/articles/error-ssh-add-illegal-option-k)."