From 1e341a08452b03c6a52f13087493bf3b428cd136 Mon Sep 17 00:00:00 2001 From: fpare Date: Fri, 4 Nov 2022 17:26:36 -0400 Subject: [PATCH] clarify the title --- content/security/ssh-key.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index e85798d..043570b 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -116,7 +116,7 @@ $ eval $(ssh-agent) $ ssh-add # enter your passphrase once, then it is cached. ``` -## Changing your repository from HTTPS to SSH +## Changing your repository's transport from HTTPS to SSH 1. Go to the directory where your repository is located: