Bugzilla – Attachment 805 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]
Proposed patch
openssh-3.9p1-fromto-remote.patch (text/plain), 650 bytes, created by
Tomas Mraz
on 2005-02-08 01:11:34 AEDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Tomas Mraz
Created:
2005-02-08 01:11:34 AEDT
Size:
650 bytes
patch
obsolete
>--- openssh-3.9p1/scp.c.fromto-remote 2004-08-13 13:19:38.000000000 +0200 >+++ openssh-3.9p1/scp.c 2004-09-14 14:48:31.185486740 +0200 >@@ -405,7 +405,7 @@ > continue; > } > snprintf(bp, len, >- "%s%s %s -n " >+ "%s%s %s -t " > "-l %s %s %s %s '%s%s%s:%s'", > ssh_program, verbose_mode ? " -v" : "", > ssh_options, suser, host, cmd, src, >@@ -414,7 +414,7 @@ > } else { > host = cleanhostname(argv[i]); > snprintf(bp, len, >- "exec %s%s %s -n %s " >+ "exec %s%s %s -t %s " > "%s %s '%s%s%s:%s'", > ssh_program, verbose_mode ? " -v" : "", > ssh_options, host, cmd, src,
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