SSH Keys
Generate SSH keys
Section titled “Generate SSH keys”always use a password on ssh keys
keygen command:
ssh-keygen -t ed25519 -f ~/.ssh/your-key-filename -C “your-key-comment”
ssh-keygen -t ed25519file permissions for ssh files: https://superuser.com/a/215506
adding
echo "ssh-ed25519 {{key}} {{user}}@{{host}}" >> ~/.ssh/authorized_keyschmod 600 ~/.ssh/authorized_keys