Config::OpenSSH::Authkey

Methods to interact with OpenSSH authorized_keys file data.

Install via the cpan(1) command:;

  cpan Config::OpenSSH::Authkey

or from source via:

  perl Makefile.PL
  make
  make test
  make install

After installation, the documentation may be read by running:

  perldoc Config::OpenSSH::Authkey

COPYRIGHT AND LICENCE

Copyright 2009-2010,2012,2015 by Jeremy Mates.

This module is free software; you can redistribute it and/or modify it
under the Artistic License (2.0).
