Bugzilla – Attachment 2415 Details for
Bug 2214
Key is detected as existing if LogLevel=QUIET
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add -o LogLevel=INFO to ssh invokation
ssh-copy-id.patch (text/plain), 752 bytes, created by
Sami Haahtinen
on 2014-03-20 23:40:54 AEDT
(
hide
)
Description:
Add -o LogLevel=INFO to ssh invokation
Filename:
MIME Type:
Creator:
Sami Haahtinen
Created:
2014-03-20 23:40:54 AEDT
Size:
752 bytes
patch
obsolete
>Index: contrib/ssh-copy-id >=================================================================== >RCS file: /cvs/openssh/contrib/ssh-copy-id,v >retrieving revision 1.15 >diff -u -r1.15 ssh-copy-id >--- contrib/ssh-copy-id 5 Jun 2013 12:48:45 -0000 1.15 >+++ contrib/ssh-copy-id 20 Mar 2014 12:24:42 -0000 >@@ -215,6 +215,7 @@ > # The point being that if file based, ssh needs the private key, which it cannot > # find if only given the contents of the .pub file in an unrelated tmpfile > ssh -i "${PRIV_ID_FILE:-$L_TMP_ID_FILE}" \ >+ -o LogLevel=INFO \ > -o PreferredAuthentications=publickey \ > -o IdentitiesOnly=yes "$@" exit 2>$L_TMP_ID_FILE.stderr </dev/null > if [ "$?" = "$L_SUCCESS" ] ; then
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 2214
: 2415