Bugzilla – Attachment 1108 Details for
Bug 982
scp doesn't work with password authentication when copying from remote to remote
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
scpremoteremote.diff (text/plain), 507 bytes, created by
Damien Miller
on 2006-04-03 16:47:56 AEST
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2006-04-03 16:47:56 AEST
Size:
507 bytes
patch
obsolete
>Index: scp.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/scp.c,v >retrieving revision 1.139 >diff -u -p -r1.139 scp.c >--- scp.c 25 Mar 2006 13:17:02 -0000 1.139 >+++ scp.c 3 Apr 2006 06:38:52 -0000 >@@ -449,7 +449,7 @@ toremote(char *targ, int argc, char **ar > addargs(&alist, "-v"); > addargs(&alist, "-x"); > addargs(&alist, "-oClearAllForwardings yes"); >- addargs(&alist, "-n"); >+ addargs(&alist, "-t"); > > *src++ = 0; > if (*src == 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 982
:
805
| 1108