Skip to content

Instantly share code, notes, and snippets.

@dcf0427
dcf0427 / Using SSH over the HTTPS port.md
Last active October 29, 2025 01:37
Using SSH over the HTTPS port

Using SSH over the HTTPS port

Test port

ssh -T -p 443 git@ssh.github.com

Clone repository

git clone ssh://git@ssh.github.com:443/<USER_NAME>/<REPOSITORY>.git