xref: /freebsd/contrib/file/magic/Magdir/ssh (revision d38c30c092828f4882ce13b08d0bd3fd6dc7afb5)
1b6cee71dSXin LI# Type:	OpenSSH key files
2b6cee71dSXin LI# From:	Nicolas Collignon <tsointsoin@gmail.com>
3b6cee71dSXin LI
4b6cee71dSXin LI0	string	SSH\ PRIVATE\ KEY	OpenSSH RSA1 private key,
5b6cee71dSXin LI>28	string	>\0			version %s
6c2931133SXin LI0	string	-----BEGIN\ OPENSSH\ PRIVATE\ KEY-----	OpenSSH private key
7b6cee71dSXin LI
8b6cee71dSXin LI0	string	ssh-dss\ 		OpenSSH DSA public key
9b6cee71dSXin LI0	string	ssh-rsa\ 		OpenSSH RSA public key
10b6cee71dSXin LI0	string	ecdsa-sha2-nistp256	OpenSSH ECDSA public key
11b6cee71dSXin LI0	string	ecdsa-sha2-nistp384	OpenSSH ECDSA public key
12b6cee71dSXin LI0	string	ecdsa-sha2-nistp521	OpenSSH ECDSA public key
13c2931133SXin LI0	string	ssh-ed25519		OpenSSH ED25519 public key
14*d38c30c0SXin LI
15*d38c30c0SXin LI0	string	SSHKRL\n\0
16*d38c30c0SXin LI>8	ubelong	1		OpenSSH key/certificate revocation list, format %u
17*d38c30c0SXin LI>>12	ubequad	x		\b, version %llx
18*d38c30c0SXin LI>>>20	beqdate	x		\b, generated %s
19*d38c30c0SXin LI
20