SSH page: turn markdown table into ascii table

Because the markdown to html generator we're using doesn't support it,
and we don't really want to switch to a heavier option.
This commit is contained in:
Hedy Li 2022-02-03 21:24:19 +08:00
parent 6b1927e431
commit 155ce94708
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 4 additions and 2 deletions

6
ssh.md
View File

@ -32,11 +32,13 @@ ssh username@tilde.cafe
tilde.cafe's ssh key fingerprints for your verification:
| Name | Fingerprint |
|---------|--------------|
```
| Name | Fingerprint |
|---------|------------------------------------------------------|
| ECDSA | `SHA256:BTjzIhz+gkmJNVrN7/WOWLqDnnoAzSwDBrw9+QCZdl0` |
| ED25519 | `SHA256:SbNFbk0qeIio4Aveaf29KNYPkEXmeCE38bXZpAWHI0Y` |
| RSA | `SHA256:W0gZf+knAxjfkzppjm93hVzbqk+ZzkO4U56+09HJ3ks` |
```
the key fingerprints are in dns as sshfp records as well, which you can check
against by setting `VerifyHostKeyDNS` to `yes` in your `~/.ssh/config`.