add ssh on 443 info

This commit is contained in:
Ben Harris
2019-11-14 10:42:31 -05:00
parent 66f64b3572
commit 66a09570bb
+7
View File
@@ -20,6 +20,13 @@ ssh [email protected]
mosh [email protected] mosh [email protected]
``` ```
ssh is also available on port 443 using the address `ssh.tilde.club`:
ssh -p 443 user@ssh.tilde.club
this is useful if you're on a limited public network that blocks non-http
ports.
--- ---
## intro ## intro