Guest User

Untitled

a guest
Sep 13th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ssh-keygen -L -f test.crt
  2. test.crt:
  3. Type: ssh-rsa-cert-v01@openssh.com user certificate
  4. Public key: RSA-CERT SHA256:<fingerprint>
  5. Signing CA: RSA SHA256:<fingerprint>
  6.  
  7. All certificate types include certification information along with the
  8. public key that is used to sign challenges. In OpenSSH, ssh-keygen
  9. performs the CA signing operation.
  10.  
  11. Certified keys are represented using new key types:
  12.  
  13. ssh-rsa-cert-v01@openssh.com
  14. ssh-dss-cert-v01@openssh.com
  15. ecdsa-sha2-nistp256-cert-v01@openssh.com
  16. ecdsa-sha2-nistp384-cert-v01@openssh.com
  17. ecdsa-sha2-nistp521-cert-v01@openssh.com
  18.  
  19. Two additional types exist for RSA certificates to force use of
  20. SHA-2 signatures (SHA-256 and SHA-512 respectively):
  21.  
  22. rsa-sha2-256-cert-v01@openssh.com
  23. rsa-sha2-512-cert-v01@openssh.com
Add Comment
Please, Sign In to add comment