The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Parse-SSH2-PublicKey

Version: 0.01

This module parses SSH2 public keys from text files. It can parse both
OpenSSH and SECSH key file formats and will parse multiple keys out of a
file/text block, even parsing mixed-format files (e.g. a file containing
both OpenSSH- and SECSH-format keys). This module was created to assist
sysadmins in converting from one SSH implementation to another.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Parse::SSH2::PublicKey

You can also look for information at:

    GitHub
        https://github.com/nmarley/Parse-SSH2-PublicKey

    MetaCPAN
        https://metacpan.org/dist/Parse-SSH2-PublicKey

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Parse-SSH2-PublicKey

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Parse-SSH2-PublicKey

    CPAN Ratings
        http://cpanratings.perl.org/d/Parse-SSH2-PublicKey


LICENSE AND COPYRIGHT

Copyright (C) 2012 Nathan Marley

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.