ssh 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # Type: OpenSSH key files
  2. # From: Nicolas Collignon <tsointsoin@gmail.com>
  3. # Update: Joerg Jenderek
  4. # URL: https://en.wikipedia.org/wiki/Secure_Shell_Protocol
  5. 0 string SSH\040PRIVATE\040KEY OpenSSH RSA1 private key,
  6. >28 string >\0 version %s
  7. 0 string -----BEGIN\040OPENSSH\040PRIVATE\040KEY----- OpenSSH private key
  8. !:mime application/x-pem-file
  9. # https://www.rfc-editor.org/rfc/rfc5958
  10. 0 string -----BEGIN\040PRIVATE\040KEY----- OpenSSH private key (no password)
  11. #!:mime text/plain
  12. !:mime text/x-ssh-private-key
  13. !:ext key
  14. 0 string -----BEGIN\040ENCRYPTED\040PRIVATE\040KEY----- OpenSSH private key (with password)
  15. # https://download.qemu.org/qemu-9.0.0.tar.xz
  16. # qemu-9.0.0/roms/skiboot/libstb/crypto/mbedtls/tests/data_files/format_gen.pub
  17. 0 string -----BEGIN\040PUBLIC\040KEY----- OpenSSH public key
  18. #!:mime text/plain
  19. !:mime text/x-ssh-public-key
  20. !:ext pub
  21. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/p/pub-ssh-dss.trid.xml
  22. # Note: called "SSH-DSS Public key" by TrID
  23. 0 string ssh-dss\040 OpenSSH DSA public key
  24. #!:mime text/plain
  25. !:mime text/x-ssh-public-key
  26. !:ext pub
  27. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/p/pub-ssh-rsa.trid.xml
  28. # Note: called "SSH-RSA Public key" by TrID
  29. 0 string ssh-rsa\040 OpenSSH RSA public key
  30. #!:mime text/plain
  31. !:mime text/x-ssh-public-key
  32. !:ext pub
  33. 0 string ecdsa-sha2-nistp256 OpenSSH ECDSA public key
  34. #!:mime text/plain
  35. !:mime text/x-ssh-public-key
  36. !:ext pub
  37. # https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.u2f?annotate=HEAD
  38. 0 string sk-ecdsa-sha2-nistp256@openssh.com OpenSSH U2F ECDSA public key
  39. #!:mime text/plain
  40. !:mime text/x-ssh-public-key
  41. !:ext pub
  42. 0 string ecdsa-sha2-nistp384 OpenSSH ECDSA public key
  43. #!:mime text/plain
  44. !:mime text/x-ssh-public-key
  45. !:ext pub
  46. 0 string ecdsa-sha2-nistp521 OpenSSH ECDSA public key
  47. #!:mime text/plain
  48. !:mime text/x-ssh-public-key
  49. !:ext pub
  50. 0 string ssh-ed25519 OpenSSH ED25519 public key
  51. #!:mime text/plain
  52. !:mime text/x-ssh-public-key
  53. !:ext pub
  54. 0 string sk-ssh-ed25519@openssh.com OpenSSH U2F ED25519 public key
  55. #!:mime text/plain
  56. !:mime text/x-ssh-public-key
  57. !:ext pub
  58. 0 string SSHKRL\n\0
  59. >8 ubelong 1 OpenSSH key/certificate revocation list, format %u
  60. >>12 ubequad x \b, version %llx
  61. >>>20 beqdate x \b, generated %s
  62. # From: Joerg Jenderek
  63. # URL: https://en.wikipedia.org/wiki/PuTTY
  64. # Reference: https://the.earth.li/~sgtatham/putty/latest/putty-0.73.tar.gz
  65. # /sshpubk.c
  66. 0 string PuTTY-User-Key-File- PuTTY Private Key File
  67. #!:mime text/plain
  68. # https://github.com/github/putty/blob/master/windows/installer.wxs
  69. !:mime application/x-putty-private-key
  70. !:ext ppk
  71. # version 1 or 2
  72. >20 string x \b, version %.1s
  73. # name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519
  74. >23 string x \b, algorithm %s
  75. # next line says "Encryption: " plus an encryption type like aes256-cbc or none
  76. >32 search/13 Encryption:\040 \b, Encryption
  77. >>&0 string x %s
  78. # next line says "Comment: " plus the comment string
  79. >>>&0 search/3 Comment:\040
  80. >>>>&0 string x "%s"