From b482da12c9a90c09b3983dbbc1289518150ed328 Mon Sep 17 00:00:00 2001 From: Sazwan96 Date: Wed, 8 Jan 2025 03:50:59 +0800 Subject: [PATCH] Update using-ssh-agent-forwarding.md update --- .../connecting-to-github-with-ssh/using-ssh-agent-forwarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authentication/connecting-to-github-with-ssh/using-ssh-agent-forwarding.md b/content/authentication/connecting-to-github-with-ssh/using-ssh-agent-forwarding.md index 5980835a336b..f777da3eabfd 100644 --- a/content/authentication/connecting-to-github-with-ssh/using-ssh-agent-forwarding.md +++ b/content/authentication/connecting-to-github-with-ssh/using-ssh-agent-forwarding.md @@ -149,7 +149,7 @@ ssh-add YOUR-KEY > [!TIP] > On macOS, `ssh-agent` will "forget" this key, once it gets restarted during reboots. But you can import your SSH keys into Keychain using this command: -> +>,,,sazwan96 > ```shell > ssh-add --apple-use-keychain YOUR-KEY > ```