There appears to be a private key format starting with ``` ---- BEGIN SSH2 PRIVATE KEY ---- ``` Note that this is not RFC 4716, which only defines a similar public key format. Looking at the content, it appears it is simply a commend line followed by a "traditional" base64-encoded RSA (PKCS #1) or DSA key. Examples: https://panasonic.co.jp/ew/pewnw/f/inquiry/setting/sampleconfig/ZEQUO4500DL_1104_dhcp_snooping_sample.cfg https://docs.linuxmuster.net/de/v7.3/_downloads/603248452c3f296ed1438628def4b146/linuxmuster-ip-segmentation-sg300-28-l3.txt
There appears to be a private key format starting with
Note that this is not RFC 4716, which only defines a similar public key format.
Looking at the content, it appears it is simply a commend line followed by a "traditional" base64-encoded RSA (PKCS #1) or DSA key.
Examples:
https://panasonic.co.jp/ew/pewnw/f/inquiry/setting/sampleconfig/ZEQUO4500DL_1104_dhcp_snooping_sample.cfg
https://docs.linuxmuster.net/de/v7.3/_downloads/603248452c3f296ed1438628def4b146/linuxmuster-ip-segmentation-sg300-28-l3.txt