xref: /freebsd/contrib/file/magic/Magdir/ssh (revision 2726a7014867ad7224d09b66836c5d385f0350f4)
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
14d38c30c0SXin LI
15d38c30c0SXin LI0	string	SSHKRL\n\0
16d38c30c0SXin LI>8	ubelong	1		OpenSSH key/certificate revocation list, format %u
17d38c30c0SXin LI>>12	ubequad	x		\b, version %llx
18d38c30c0SXin LI>>>20	beqdate	x		\b, generated %s
19d38c30c0SXin LI
20*2726a701SXin LI# From:		Joerg Jenderek
21*2726a701SXin LI# URL:		https://en.wikipedia.org/wiki/PuTTY
22*2726a701SXin LI# Reference:	https://the.earth.li/~sgtatham/putty/latest/putty-0.73.tar.gz
23*2726a701SXin LI#		/sshpubk.c
24*2726a701SXin LI0	string		PuTTY-User-Key-File-	PuTTY Private Key File
25*2726a701SXin LI#!:mime	text/plain
26*2726a701SXin LI# https://github.com/github/putty/blob/master/windows/installer.wxs
27*2726a701SXin LI!:mime	application/x-putty-private-key
28*2726a701SXin LI!:ext	ppk
29*2726a701SXin LI# version 1 or 2
30*2726a701SXin LI>20	string		x			\b, version %.1s
31*2726a701SXin LI# name of the algorithm like: ssh-dss ssh-rsa ecdsa-sha2-nistp256 ssh-ed25519
32*2726a701SXin LI>23	string		x			\b, algorithm %s
33*2726a701SXin LI# next line says "Encryption: " plus an encryption type like aes256-cbc or none
34*2726a701SXin LI>32	search/13	Encryption:\040		\b, Encryption
35*2726a701SXin LI>>&0	string		x			%s
36*2726a701SXin LI# next line says "Comment: " plus the comment string
37*2726a701SXin LI>>>&0	search/3	Comment:\040
38*2726a701SXin LI>>>>&0	string		x			"%s"
39*2726a701SXin LI
40