1
0
mirror of synced 2025-12-19 09:57:42 -05:00

SSH over HTTPS port is not available for Cloud with DR as well (#57019)

This commit is contained in:
Matthias Wiesen
2025-08-11 15:19:50 +02:00
committed by GitHub
parent 7528c41433
commit 6b15cafa2d

View File

@@ -14,7 +14,8 @@ shortTitle: Use SSH over HTTPS port
---
> [!WARNING]
> **{% data variables.product.prodname_ghe_server %} users:** Accessing {% data variables.product.prodname_ghe_server %} via SSH over the HTTPS port is currently not supported.
> **{% data variables.product.prodname_ghe_server %} users:** Accessing {% data variables.product.prodname_ghe_server %} via SSH over the HTTPS port is currently not supported.
> **{% data variables.enterprise.data_residency %} users:** Accessing {% data variables.enterprise.data_residency %} via SSH over the HTTPS port is currently not supported.
To test if SSH over the HTTPS port is possible, run this SSH command:
@@ -27,9 +28,6 @@ $ ssh -T -p 443 git@ssh.github.com
If that worked, great! If not, you may need to [follow our troubleshooting guide](/authentication/troubleshooting-ssh/error-permission-denied-publickey).
> [!NOTE] The hostname for port 443 is `ssh.{% data variables.product.product_url %}`, not `{% data variables.product.product_url %}`.
> {% ifversion ghec %}
> {% data reusables.enterprise-data-residency.access-domain %}
{% endif %}
Now, to clone the repository, you can run the following command: