SlackBuildsOrg/system/pam_ssh
Alexander Verbovetsky 5671b6c751
system/pam_ssh: Added (unlock ssh keys on login)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-09-25 13:59:42 +07:00
..
pam_ssh.info
pam_ssh.SlackBuild
README
slack-desc

The pam_ssh module provides single sign-on behavior for ssh.
On login, the user types an ssh private key passphrase in place of,
or in addition to the password. In the pam session phase, an
ssh-agent process is started and keys are added. For the entire
session, the user can ssh to other hosts that accept key
authentication without typing any passwords.