freebsd-dev/lib/libpam/modules/pam_ssh
Mark Murray 537db85291 Fix:
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c has couple of bugs which cause:

1) xdm dumps core
2) ssh1 private key is not passed to ssh-agent
3) ssh2 RSA key seems not handled properly (just a guess from source)
4) ssh_get_authentication_connectionen() fails to get connection because of
   SSH_AUTH_SOCK not defined.

PR:		29609
Submitted by:	Takanori Saneto <sanewo@ba2.so-net.ne.jp>
2001-08-11 12:37:55 +00:00
..
Makefile Fix style/consistency in Makefile and repair static module building. 2001-08-04 21:51:14 +00:00
pam_ssh.8 mdoc(7) police: -xwidth has been fold into -width. 2001-07-13 09:09:52 +00:00
pam_ssh.c Fix: 2001-08-11 12:37:55 +00:00
pam_ssh.h (Re)Add an SSH module for PAM, heavily based on Andrew Korty's module 2001-07-29 18:31:09 +00:00