forked from team/site
1
0
Fork 0

remove rsa recommendation from ssh wiki page

This commit is contained in:
Ben Harris 2021-01-19 16:09:07 -05:00
parent defb00b48b
commit f873046114
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 13 additions and 51 deletions

View File

@ -16,7 +16,7 @@ _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 > all users are required to use an ssh keypair for login, or will be required
to proceed with manual account recovery with [~ben](/~ben/) or another admin. to proceed with manual account recovery with [~ben](/~ben/) or another admin.
drop a line to [sudoers@tilde.team](mailto:sudoers@tilde.team) or hop on drop a line to [sudoers@tilde.team](mailto:sudoers@tilde.team) or hop on
[irc](https://web.tilde.chat/?join=sudoers) for assistance. [irc](https://kiwi.tilde.chat/#team) for assistance.
## tilde.team details ## tilde.team details
@ -121,23 +121,14 @@ mkdir -m 700 ~/.ssh
1. create your keys: 1. create your keys:
for rsa keys:
```bash
ssh-keygen -t rsa -b 4096
```
for dd25519 keys:
```bash ```bash
ssh-keygen -t ed25519 -a 100 ssh-keygen -t ed25519 -a 100
``` ```
1. if you press enter to accept the defaults, your public and private key will 1. if you press enter to accept the defaults, your public and private key will
be located at `~/.ssh/id_rsa.pub` and `~/.ssh/id_rsa` respectively (or be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively
`~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` if you chose ed25519 type)
1. `cat ~/.ssh/id_rsa.pub` (or `cat ~/.ssh/id_ed25519.pub` for ed25519) 1. `cat ~/.ssh/id_ed25519.pub`
1. copy the output of the last command and paste it in the sshkey field on the 1. copy the output of the last command and paste it in the sshkey field on the
signup form (or email it to [~sudoers](mailto:sudoers@tilde.team) if you already have an account) signup form (or email it to [~sudoers](mailto:sudoers@tilde.team) if you already have an account)
@ -176,26 +167,17 @@ mkdir .ssh
1. create your keypair 1. create your keypair
for rsa keys:
```powershell
ssh-keygen -t rsa -b 4096
```
for ed25519 keys:
```powershell ```powershell
ssh-keygen -t ed25519 -a 100 ssh-keygen -t ed25519 -a 100
``` ```
1. if you press enter to accept the defaults, your public and private key will 1. if you press enter to accept the defaults, your public and private key will
be located at `%UserProfile%\.ssh\id_rsa.pub` and `%UserProfile$\.ssh\id_rsa` respectively (or be located at `%UserProfile%\.ssh\id_ed25519.pub` and `%UserProfile%\.ssh\id_ed25519`
`%UserProfile%\.ssh\id_ed25519.pub` and `%UserProfile%\.ssh\id_ed25519` if you chose ed25519 type) respectively
1. `type %UserProfile%\.ssh\id_rsa.pub` (or `type %UserProfile%\.ssh\id_ed25519.pub` for ed25519) 1. `type %UserProfile%\.ssh\id_ed25519.pub`
1. copy the output of the last command and paste it in the sshkey field on the 1. copy the output of the last command and paste it in the sshkey field on the signup form
signup form (or email it to [~sudoers](mailto:sudoers@tilde.team) if you already have an account)
#### using your keypair #### using your keypair
@ -233,26 +215,16 @@ mkdir .ssh
1. create your keypair 1. create your keypair
for rsa keys:
```bash
ssh-keygen -t rsa -b 4096
```
for ed25519 keys:
```bash ```bash
ssh-keygen -t ed25519 -a 100 ssh-keygen -t ed25519 -a 100
``` ```
1. if you press enter to accept the defaults, your public and private key will 1. if you press enter to accept the defaults, your public and private key will
be located at `~/.ssh/id_rsa.pub` and `~/.ssh/id_rsa` respectively (or be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively
`~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` if you chose ed25519 type)
1. `cat ~/.ssh/id_rsa.pub` (or `cat ~/.ssh/id_ed25519.pub` for ed25519) 1. `cat ~/.ssh/id_ed25519.pub`
1. copy the output of the last command and paste it in the sshkey field on the 1. copy the output of the last command and paste it in the sshkey field on the signup form
signup form (or email it to [~sudoers](mailto:sudoers@tilde.team) if you already have an account)
#### using your keypair #### using your keypair
@ -287,26 +259,16 @@ mkdir -m 700 ~/.ssh
1. create your keys 1. create your keys
for rsa keys:
```bash
ssh-keygen -t rsa -b 4096
```
for ed25519 keys:
```bash ```bash
ssh-keygen -t ed25519 -a 100 ssh-keygen -t ed25519 -a 100
``` ```
1. if you press enter to accept the defaults, your public and private key will 1. if you press enter to accept the defaults, your public and private key will
be located at `~/.ssh/id_rsa.pub` and `~/.ssh/id_rsa` respectively (or be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively
`~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` if you chose ed25519 type)
1. `cat ~/.ssh/id_rsa.pub` (or `cat ~/.ssh/id_ed25519.pub` for ed25519) 1. `cat ~/.ssh/id_ed25519.pub`
1. copy the output of the last command and paste it in the sshkey field on the 1. copy the output of the last command and paste it in the sshkey field on the signup form
signup form (or email it to [sudoers@tilde.team](mailto:sudoers@tilde.team) if you already have an account)
#### using your keypair #### using your keypair