Skip to content

Commit b6a51ba

Browse files
authored
Update using-ssh-over-the-https-port.md
The user for connecting must be "git"
1 parent 953a8a2 commit b6a51ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/github/authenticating-to-github/using-ssh-over-the-https-port.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ To set this in your ssh config, edit the file at `~/.ssh/config`, and add this s
3333
Host {% data variables.command_line.codeblock %}
3434
Hostname ssh.{% data variables.command_line.codeblock %}
3535
Port 443
36+
User git
3637
```
3738
3839
You can test that this works by connecting once more to {% data variables.product.product_location %}:

0 commit comments

Comments
 (0)