bugzilla-daemon at mindrot.org
2005-Feb-22 17:18 UTC
[Bug 986] scp: support for "proxy mode"
http://bugzilla.mindrot.org/show_bug.cgi?id=986 Summary: scp: support for "proxy mode" Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: sascha-openssh-bugs at silbe.org I frequently need to copy files between hosts that cannot connect to each other (different private network, firewall, etc.). There's a third host (my working machine usually) that can connect to both of them (let's call it proxy host), so I use scp on that host to do the copying. Currently, I have to copy the files from the source host to the proxy host and then from the proxy host to the target host using two different scp invocations because scp tries to be smart and connect directly from the source host to the target host. It would be great if scp had a "proxy mode" where it connects both to the source host and the target host, just passing through the files. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Maybe Matching Threads
- [Bug 986] scp: support for "proxy mode"
- [Bug 2714] New: Allow specifying a key description when loading from stdin
- [Bug 172] Add multiple AuthorizedKeyFiles options
- [Bug 1247] ssh-agent prevents use of filesystem permissions to control access to agent socket
- [Bug 2677] New: Provide a way to set an environment variable from ssh_config