Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boldsuck authored Jul 8, 2022
1 parent 2e5efbe commit ebce57c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ nano /etc/hosts
* Create an SSH key pair for SSH key authentication on your local computer, the computer you will log in from:
```sh
ssh-keygen -t rsa -b 4096 # Very compatible 4096 bit RSA key
ssh-keygen -t ed25519 # Recommended! EdDSA key - Faster in authentication & very secure.
ssh-keygen -t ed25519 # Recommended! EdDSA key - Faster in authentication & very secure
ssh-keygen -t ed25519-sk # Or better yet, token-supported - FIDO/U2F hardware authenticator support was added in OpenSSH version 8.2
```
* Copy your public SSH key to the server:
```sh
Expand Down

0 comments on commit ebce57c

Please sign in to comment.