Bugzilla – Attachment 1797 Details for
Bug 1723
ssh-copy-id gets confused when an agent has no loaded identities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check ssh-add -L exit status
ssh-copy-id-status-check.patch (text/plain), 392 bytes, created by
Colin Watson
on 2010-03-02 00:39:43 AEDT
(
hide
)
Description:
check ssh-add -L exit status
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2010-03-02 00:39:43 AEDT
Size:
392 bytes
patch
obsolete
>Index: b/contrib/ssh-copy-id >=================================================================== >--- a/contrib/ssh-copy-id >+++ b/contrib/ssh-copy-id >@@ -19,7 +19,7 @@ > shift # and this should leave $1 as the target name > fi > else >- if [ x$SSH_AUTH_SOCK != x ] ; then >+ if [ x$SSH_AUTH_SOCK != x ] && ssh-add -L >/dev/null 2>&1; then > GET_ID="$GET_ID ssh-add -L" > fi > fi
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 1723
: 1797