SSH page: Fix link styles and paragraph wrapping

This commit is contained in:
Hedy Li 2022-02-04 15:16:23 +08:00
parent ff27a5d071
commit 5b32cb99ac
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 11 additions and 7 deletions

18
ssh.md
View File

@ -84,8 +84,8 @@ be hacked) and for me, your humble sysadmin (less administration than passwords)
## how to make an ssh key
SSH supports a handful of types of cryptographic keys. The most used are [RSA](
<https://en.wikipedia.org/wiki/RSA_(cryptosystem)>) and the more modern [Ed25519](
https://en.wikipedia.org/wiki/EdDSA#Ed25519).
https://en.wikipedia.org/wiki/RSA_(cryptosystem) and the more modern [Ed25519](
https://en.wikipedia.org/wiki/EdDSA#Ed25519).
RSA is the de-facto standard and is supported everywhere (just choose a big
enough key like 4096 bits to be secure). Ed25519 is designed to be faster and
@ -106,7 +106,7 @@ We don't have documentation for this
no password keys, or ask on IRC ([#cafe](https://web.tilde.chat/?join=cafe))
for help.
pick your fighter: [[mac](#mac)] | [[windows](#windows)] | [[linux](#linux)]
pick your fighter: [ [mac](#mac) | [windows](#windows) | [linux](#linux) ]
---
@ -174,7 +174,8 @@ want a bash shell with great git support, pick Git Bash:
* [msys2](https://www.msys2.org)
* [Git Bash](https://git-scm.com)
1. after setting up the terminal from any of the above installation process, open your terminal
1. after setting up the terminal from any of the above installation process,
open your terminal
1. create your .ssh directory
@ -189,7 +190,8 @@ want a bash shell with great git support, pick Git Bash:
1. `cat ~\.ssh\id_ed25519.pub`
1. copy the output of the last command and paste it in the sshkey field on the signup form
1. copy the output of the last command and paste it in the sshkey field on the
signup form
#### using your keypair
@ -228,11 +230,13 @@ be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively
1. `cat ~/.ssh/id_ed25519.pub`
1. copy the output of the last command and paste it in the sshkey field on the signup form
1. copy the output of the last command and paste it in the sshkey field on the
signup form
#### using your keypair
once [~spider](https://tilde.cafe/~spider/) or another admin approves your signup, you can join the tilde.cafe
once [~spider](https://tilde.cafe/~spider/) or another admin approves your
signup, you can join the tilde.cafe
1. open your terminal