Skip to content

Commit 6b15caf

Browse files
authored
SSH over HTTPS port is not available for Cloud with DR as well (#57019)
1 parent 7528c41 commit 6b15caf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/authentication/troubleshooting-ssh/using-ssh-over-the-https-port.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ shortTitle: Use SSH over HTTPS port
1414
---
1515

1616
> [!WARNING]
17-
> **{% data variables.product.prodname_ghe_server %} users:** Accessing {% data variables.product.prodname_ghe_server %} via SSH over the HTTPS port is currently not supported.
17+
> **{% data variables.product.prodname_ghe_server %} users:** Accessing {% data variables.product.prodname_ghe_server %} via SSH over the HTTPS port is currently not supported.
18+
> **{% data variables.enterprise.data_residency %} users:** Accessing {% data variables.enterprise.data_residency %} via SSH over the HTTPS port is currently not supported.
1819
1920
To test if SSH over the HTTPS port is possible, run this SSH command:
2021

@@ -27,9 +28,6 @@ $ ssh -T -p 443 [email protected]
2728
If that worked, great! If not, you may need to [follow our troubleshooting guide](/authentication/troubleshooting-ssh/error-permission-denied-publickey).
2829

2930
> [!NOTE] The hostname for port 443 is `ssh.{% data variables.product.product_url %}`, not `{% data variables.product.product_url %}`.
30-
> {% ifversion ghec %}
31-
> {% data reusables.enterprise-data-residency.access-domain %}
32-
{% endif %}
3331
3432
Now, to clone the repository, you can run the following command:
3533

0 commit comments

Comments
 (0)