add note about 2fa verification codes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Ben Harris 2021-11-22 10:53:08 -05:00
parent 547eacf23c
commit f48fec3c15
1 changed files with 6 additions and 1 deletions

View File

@ -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