Just in case you need to check the key fingerprint of an SSH Key
1 2 3 4 | ssh -keygen -l -f id_ed25519 # enter passphrase if prompted # output 256 SHA256:oSvuAOotnIB08e0RTxY93n+mrGdQoYb8auT6xD7f5Jw domain\user@TGN-PC (ED25519) |
Just in case you need to check the key fingerprint of an SSH Key
1 2 3 4 | ssh -keygen -l -f id_ed25519 # enter passphrase if prompted # output 256 SHA256:oSvuAOotnIB08e0RTxY93n+mrGdQoYb8auT6xD7f5Jw domain\user@TGN-PC (ED25519) |
0 Comments