From 66a09570bb6f2e569648a9737e3601d9d2435b90 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 14 Nov 2019 10:42:31 -0500 Subject: [PATCH] add ssh on 443 info --- wiki/source/ssh.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/source/ssh.md b/wiki/source/ssh.md index 5086988..66641e6 100644 --- a/wiki/source/ssh.md +++ b/wiki/source/ssh.md @@ -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