FreeBSD Bugzilla – Attachment 15011 Details for
Bug 27988
[PATCH] let pam_ssh.so explicitly start ssh-agent with bourne
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 432 bytes, created by
ruben
on 2001-06-09 15:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ruben
Created:
2001-06-09 15:30:01 UTC
Size:
432 bytes
patch
obsolete
>--- src/crypto/openssh/pam_ssh/pam_ssh.c.orig Sat Jun 9 15:46:44 2001 >+++ src/crypto/openssh/pam_ssh/pam_ssh.c Sat Jun 9 15:46:53 2001 >@@ -373,7 +373,7 @@ > saved_uid = geteuid(); > (void)seteuid(pwent->pw_uid); > env_fp = fopen(env_file, "w"); >- pipe = popen(PATH_SSH_AGENT, "r"); >+ pipe = popen(PATH_SSH_AGENT " -s", "r"); > (void)seteuid(saved_uid); > if (!pipe) { > syslog(LOG_ERR, "%s: %s: %m", MODULE_NAME, PATH_SSH_AGENT);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27988
: 15011