From 230d4ba094231251e88f5c9543ec8a8940b11513 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Tue, 26 Oct 2021 18:08:09 -0700 Subject: [PATCH] Update error-ssh-add-illegal-option----k.md Match the note in the text --- .../troubleshooting-ssh/error-ssh-add-illegal-option----k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k.md b/content/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k.md index 067e2d6ca0..e62f06f827 100644 --- a/content/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k.md +++ b/content/authentication/troubleshooting-ssh/error-ssh-add-illegal-option----k.md @@ -22,7 +22,7 @@ The `-K` option is in Apple's standard version of `ssh-add`, which stores the pa To add your SSH private key to the ssh-agent, you can specify the path to the Apple version of `ssh-add`: ```shell - $ /usr/bin/ssh-add -K ~/.ssh/id_rsa + $ /usr/bin/ssh-add -K ~/.ssh/id_ed25519 ``` {% note %}