Skip to content

Commit df8d595

Browse files
Update content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bda88f5 commit df8d595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
176176
> ```powershell
177177
> git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
178178
> ```
179-
>
179+
>
180180
> You may need to specify which `ssh-keygen` binary Git should use to avoid conflicts with the binary bundled with Git for Windows. To define which binary is used, run the following command:
181181
>
182182
> ```powershell

0 commit comments

Comments
 (0)