354 B
354 B
NOTE: Best option is to create/store private keys in Bitwarden.
Creating an elliptic curve keypair (ed25519)
- Create:
ssh-keygen -a 100 -t ed25519 -f ~/.ssh/filename - Schema check:
ssh-keygen -lf ~/.ssh/filenamessh-keygen -lf ~/.ssh/filename.pub
Linux
You might need to run ssh-add ~/.ssh/id_rsa after setting up your key.