1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Typo and indentation

This commit is contained in:
Seno
2021-08-08 14:21:55 +12:00
committed by GitHub
parent 87eec0ba1b
commit 1bdcedb608

View File

@@ -28,15 +28,15 @@ If that worked, great! If not, you may need to [follow our troubleshooting guide
## Enabling SSH connections over HTTPS
If you are able to SSH into `git@ssh.{% data variables.command_line.backticks %}` over port 443, you can override your SSH settings to force any connection to {% data variables.product.product_location %} to run though that server and port.
If you are able to SSH into `git@ssh.{% data variables.command_line.backticks %}` over port 443, you can override your SSH settings to force any connection to {% data variables.product.product_location %} to run through that server and port.
To set this in your ssh config, edit the file at `~/.ssh/config`, and add this section:
```
Host {% data variables.command_line.codeblock %}
Hostname ssh.{% data variables.command_line.codeblock %}
Port 443
User git
Hostname ssh.{% data variables.command_line.codeblock %}
Port 443
User git
```
You can test that this works by connecting once more to {% data variables.product.product_location %}: