Created
July 26, 2018 18:48
-
-
Save kenjij/a031507e23c35b84ed1c127d977ecb58 to your computer and use it in GitHub Desktop.
SSH Key Administration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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