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

Merge branch 'main' into update-powershell-usage

This commit is contained in:
Ramya Parimi
2021-11-11 07:31:04 -06:00
committed by GitHub
165 changed files with 1254 additions and 770 deletions

View File

@@ -152,6 +152,8 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
**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)."
In MacOS Monterey (12.0), the `-K` and `-A` flags are deprecated and have been replaced by the `--apple-use-keychain` and `--apple-load-keychain` flags, respectively.
{% endnote %}