Skip to content

Instantly share code, notes, and snippets.

@chewtoys
Created October 13, 2020 11:44
Show Gist options
  • Save chewtoys/7b6c83af605dbf687218099d8d74faf7 to your computer and use it in GitHub Desktop.
Save chewtoys/7b6c83af605dbf687218099d8d74faf7 to your computer and use it in GitHub Desktop.

ed25519 is more secure than RSA.

ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "username@example.com"

You can disable PAM Authentication if they are using SSH Keys

UsePAM no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment