PAM Module for SSH Authentication
This module provides single sign-on behavior. The user types a
passphrase when logging in and is allowed in if it decrypts the user s
SSH private key. An ssh-agent is started and keys are added. For the
entire session, the user types no more passwords.
- Developed at Linux-PAM
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/pam_ssh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000114 114 Bytes | |
pam_ssh-1.97-setgid.patch | 0000000542 542 Bytes | |
pam_ssh-1.97-sigmask.patch | 0000000803 803 Bytes | |
pam_ssh-1.97.tar.bz2 | 0000200184 195 KB | |
pam_ssh-double-free.patch | 0000001081 1.06 KB | |
pam_ssh.changes | 0000004884 4.77 KB | |
pam_ssh.spec | 0000002392 2.34 KB |
Revision 17 (latest revision is 34)
Stephan Kulow (coolo)
accepted
request 89812
from
Vítězslav Čížek (vitezslav_cizek)
(revision 17)
- pam_ssh-1.97-sigmask.patch: Clear signal mask before executing ssh-agent as pam_ssh code can be called from kdm with blocked TERM signal which would be inherited by ssh-agent (bnc#727246).
Comments 0