Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created March 26, 2021 04:51
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/dba49760c4cb4b86d7bb05a7dde313d4 to your computer and use it in GitHub Desktop.
Save miguelmota/dba49760c4cb4b86d7bb05a7dde313d4 to your computer and use it in GitHub Desktop.
SSH generate sha256 fingerprint of public key using ssh-keygen
ssh-keygen -lf ~/.ssh/id_rsa.pub -E sha256
# output:
# 3072 SHA256:dxQGxpXYbvfa6mk2I3XC17aT3jh6gbF7YPsOwusHGpU user@linux (RSA)
@Amolkharsadecandor
Copy link

April 2023

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