Keys used for:
- Signing
- Authenticating on unprotected networks.
Creating A SSH Key
ssh-keygen -t ed25519 -C "davidchenyuhe@proton.me"
. It is ok to not have a passwordcat ~/.ssh/<keyname>.pub
. This is your public SSH keycat ~/.ssh/<keyname>
This is your private key