Created
March 26, 2021 04:51
-
-
Save miguelmota/dba49760c4cb4b86d7bb05a7dde313d4 to your computer and use it in GitHub Desktop.
SSH generate sha256 fingerprint of public key using ssh-keygen
This file contains 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
ssh-keygen -lf ~/.ssh/id_rsa.pub -E sha256 | |
# output: | |
# 3072 SHA256:dxQGxpXYbvfa6mk2I3XC17aT3jh6gbF7YPsOwusHGpU user@linux (RSA) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
April 2023