From f48fec3c15aa4219332468bafa3464c3a8763536 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 22 Nov 2021 10:53:08 -0500 Subject: [PATCH] add note about 2fa verification codes --- wiki/source/ssh.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wiki/source/ssh.md b/wiki/source/ssh.md index 3c2734a..4ddaf22 100644 --- a/wiki/source/ssh.md +++ b/wiki/source/ssh.md @@ -10,7 +10,9 @@ _or, how to tell other computers to do cool things_ --- > all users are required to use an ssh keypair for login, or will be required -to proceed with manual account recovery +> to proceed with manual account recovery. +> you can also set up [two-factor authentication](2fa.html) to log in without your +> keypair. ## tilde.club details @@ -28,6 +30,9 @@ ssh is also available on port 443 using the address `ssh.tilde.club`: this is useful if you're on a limited public network that blocks non-http ports. +if you are prompted for a verification code, it's for [2fa](2fa.html). +it will not work if you haven't set it up. be sure you're using the right ssh keypair. + --- ## intro