Config::OpenSSH::Authkey - methods to interact with OpenSSH authorized_keys

to install this module, use CPAN, for example

 cpanm Config::OpenSSH::Authkey

run perldoc(1) on Config::OpenSSH::Authkey for additional documentation


for the source code, see

https://github.com/thrig/Config-OpenSSH-Authkey

this can be built and installed by running

 perl Makefile.PL
 make
 make test
 make install