add ssh on 443 info

This commit is contained in:
Ben Harris 2019-11-14 10:42:31 -05:00
parent 66f64b3572
commit 66a09570bb
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ ssh user@tilde.club
mosh user@tilde.club
```
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