SSH over HTTPS port is not available for Cloud with DR as well (#57019)
This commit is contained in:
@@ -14,7 +14,8 @@ shortTitle: Use SSH over HTTPS port
|
|||||||
---
|
---
|
||||||
|
|
||||||
> [!WARNING]
|
> [!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:
|
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).
|
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 %}`.
|
> [!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:
|
Now, to clone the repository, you can run the following command:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user