Bugzilla – Attachment 634 Details for
Bug 471
Misleading error message if /dev/tty permissions wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow stdin for confirming host keys.
openssh-stdin-prompt.patch (text/plain), 627 bytes, created by
Darren Tucker
on 2004-05-12 13:54:37 AEST
(
hide
)
Description:
Allow stdin for confirming host keys.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2004-05-12 13:54:37 AEST
Size:
627 bytes
patch
obsolete
>Index: sshconnect.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/sshconnect.c,v >retrieving revision 1.123 >diff -u -p -r1.123 sshconnect.c >--- sshconnect.c 27 Jan 2004 10:21:27 -0000 1.123 >+++ sshconnect.c 12 May 2004 03:50:46 -0000 >@@ -541,7 +541,7 @@ confirm(const char *prompt) > if (options.batch_mode) > return 0; > for (msg = prompt;;msg = again) { >- p = read_passphrase(msg, RP_ECHO); >+ p = read_passphrase(msg, RP_ECHO|RP_ALLOW_STDIN); > if (p == NULL || > (p[0] == '\0') || (p[0] == '\n') || > strncasecmp(p, "no", 2) == 0)
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 471
: 634