]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the PAM SSH RSA key authentication module. For example, you can add,
authorgreen <green@FreeBSD.org>
Mon, 29 Nov 1999 07:09:44 +0000 (07:09 +0000)
committergreen <green@FreeBSD.org>
Mon, 29 Nov 1999 07:09:44 +0000 (07:09 +0000)
commitbcc4466e4013f7f0fddb3b21d5b0ce9d81448163
tree4d67d7d0f2d5fd89bdf0cd95b91e85a617034e2e
parentfdb44eb66c3db37fa9c18ad3d4c50380d0d726bf
Add the PAM SSH RSA key authentication module.  For example, you can add,
"login  auth    sufficient      pam_ssh.so" to your /etc/pam.conf, and
users with a ~/.ssh/identity can login(1) with their SSH key :)

PR: 15158
Submitted by: Andrew J. Korty <ajk@waterspout.com>
Reviewed by: obrien
crypto/openssh/pam_ssh/pam_ssh.c [new file with mode: 0644]
lib/libpam/modules/pam_ssh/pam_ssh.c [new file with mode: 0644]