slackbuilds/system/pam_ssh_agent_auth
B. Watson 779cd33ca7
system/pam_ssh_agent_auth: Fix github URL, .info file formatting.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-05 15:18:03 +07:00
..
README
pam_ssh_agent_auth.SlackBuild
pam_ssh_agent_auth.info system/pam_ssh_agent_auth: Fix github URL, .info file formatting. 2024-04-05 15:18:03 +07:00
slack-desc

README

This module provides authentication via ssh-agent.

It may take 5 arguments, file=/path/to/authorized_keys, debug,
allow_user_owned_authorized_keys_file,
authorized_keys_command=/path/to/command and
authorized_keys_user=username. If an ssh-agent listening at
SSH_AUTH_SOCK can successfully authenticate that it has the secret key
for a public key in the specified file, authentication is granted,
otherwise authentication fails.