Bugzilla – Attachment 1441 Details for
Bug 1429
ssh -q doesn't suppress all warning messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
a piece of code from sshd.c
sshd code.txt (text/plain), 457 bytes, created by
leanne
on 2008-01-10 16:06:16 AEDT
(
hide
)
Description:
a piece of code from sshd.c
Filename:
MIME Type:
Creator:
leanne
Created:
2008-01-10 16:06:16 AEDT
Size:
457 bytes
patch
obsolete
>ssh.c >line 387 > case 'i': > if (stat(optarg, &st) < 0) { > fprintf(stderr, "Warning: Identity file %s " > "not accessible: %s.\n", optarg, > strerror(errno)); > break; > } > if (options.num_identity_files >= > SSH_MAX_IDENTITY_FILES) > fatal("Too many identity files specified " > "(max %d)", SSH_MAX_IDENTITY_FILES); > options.identity_files[options.num_identity_files++] = > xstrdup(optarg); > break;
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 Raw
Actions:
View
Attachments on
bug 1429
:
1440
|
1441