You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mod...@perl.org, nma...@cpan.org
The following module was proposed for inclusion in the Module List:
modid: Parse::SSH2::PublicKey
DSLIP: adpOp
description: Parse SSH2 public key files and format them.
userid: NMARLEY (Nathan Marley)
chapterid: 11 (String_Lang_Text_Proc)
communities:
github, chatrooms, mailinglists
similar:
Convert::SSH2
rationale:
Using 'Parse' as top-level because most of the magic of this module
is in the regex parser, though the end result will be from using the
output functions.
I haven't found any modules which do the exact same thing as this
module, namely being able to parse an entire file/text block and
parse out multiple SSH2 public keys in either OpenSSH OR SECSH
public key format. This module should be helpful for sysadmins
converting from OpenSSH to another SSH implementation or vice-versa.