Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # The examples below are given with the hostname github.com.
  2. # Just change the hostname to one of your known hosts.
  3. # These commands are particularly usefull if your ~/.ssh/known_hosts file is
  4. # hashed!
  5.  
  6. # To display the fingerprint in its default form
  7. ssh-keygen -l -F github.com
  8.  
  9. # To choose the algorithm for displaying the fingerprint (valid option for OpenSSH 7.2 are: `md5` or `sha256`)
  10. ssh-keygen -l -E sha256 -F github.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement