1
vote
Managing authorized_keys on a large number of hosts.
I'd checkout the Monkeysphere project. It uses OpenPGP's web of trust concepts to manage ssh's authorized_keys and known_hosts files, wit …
4
votes
Is it possible to have a PHP script authenticate users with their Linux user info?
To access Linux's authentication system directly, you could look at using the PAM module:
http://pecl.php.net/package/PAM
…
