diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-03-09 19:16:43 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-03-09 19:16:43 +0000 |
| commit | b15c83408cb1e9b86c1895af0f097de05fc92ccf (patch) | |
| tree | 286162d33ef4c84bb329fd42641bbe0dd68cc42c /lib/libpam | |
| parent | 2a18c71d038b24f9025e314bd3ecf18a22cc5431 (diff) | |
| parent | 5fe13e2e9be32fe8299a3a2da8e829bb2af78918 (diff) | |
Notes
Diffstat (limited to 'lib/libpam')
| -rw-r--r-- | lib/libpam/modules/pam_ssh/pam_ssh.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.c b/lib/libpam/modules/pam_ssh/pam_ssh.c index 25c63ca7585af..9d89045ac22f0 100644 --- a/lib/libpam/modules/pam_ssh/pam_ssh.c +++ b/lib/libpam/modules/pam_ssh/pam_ssh.c @@ -61,6 +61,9 @@ __FBSDID("$FreeBSD$"); #include "authfd.h" #include "authfile.h" +#define ssh_add_identity(auth, key, comment) \ + ssh_add_identity_constrained(auth, key, comment, 0, 0) + extern char **environ; struct pam_ssh_key { |
