Bugzilla – Attachment 1963 Details for
Bug 1837
scp fails key auth/connection on second host when two remote paths are specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openssh-scp-remotetoremote.patch
openssh-scp-remotetoremote.patch (text/plain), 1012 bytes, created by
Darren Tucker
on 2010-11-24 10:58:32 AEDT
(
hide
)
Description:
openssh-scp-remotetoremote.patch
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2010-11-24 10:58:32 AEDT
Size:
1012 bytes
patch
obsolete
>Index: scp.c >=================================================================== >RCS file: /var/cvs/openssh/scp.c,v >retrieving revision 1.185 >diff -u -p -r1.185 scp.c >--- scp.c 24 Sep 2010 12:15:11 -0000 1.185 >+++ scp.c 23 Nov 2010 23:53:16 -0000 >@@ -337,7 +337,6 @@ main(int argc, char **argv) > args.list = NULL; > addargs(&args, "%s", ssh_program); > addargs(&args, "-x"); >- addargs(&args, "-oForwardAgent no"); > addargs(&args, "-oPermitLocalCommand no"); > addargs(&args, "-oClearAllForwardings yes"); > >@@ -556,6 +555,7 @@ toremote(char *targ, int argc, char **ar > if (do_local_cmd(&alist) != 0) > errs = 1; > } else { /* local to remote */ >+ addargs(&args, "-oForwardAgent no"); > if (remin == -1) { > xasprintf(&bp, "%s -t -- %s", cmd, targ); > host = cleanhostname(thost); >@@ -578,6 +578,8 @@ tolocal(int argc, char **argv) > char *bp, *host, *src, *suser; > arglist alist; > int i; >+ >+ addargs(&args, "-oForwardAgent no"); > > memset(&alist, '\0', sizeof(alist)); > alist.list = NULL;
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 1837
:
1963
|
1966
|
1968