Skip to content

Instantly share code, notes, and snippets.

@kenjij
Created July 26, 2018 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenjij/a031507e23c35b84ed1c127d977ecb58 to your computer and use it in GitHub Desktop.
Save kenjij/a031507e23c35b84ed1c127d977ecb58 to your computer and use it in GitHub Desktop.
SSH Key Administration
# Generate the now preferred Ed25519 key
ssh-keygen -t ed25519
# Search in known_hosts file
ssh-keygen -F "hostname"
# Remove key(s) from known_hosts file
ssh-keygen -R "hostname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment