Y
Hacker News
new
|
ask
|
show
|
jobs
by
Russell91
4286 days ago
yes, but using a separate scp command requires a second round trip and second password/key authentication, which would double the wait time of the already slow ssh login process.
2 comments
dnet
4286 days ago
not, if you configure multiplexing (and why wouldn't you)
https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing
link
JoachimSchipper
4286 days ago
As an inferior option for older OpenSSH versions, you could also forward a port and send the tarball over that.
If people regularly send large directories, you might also want to extend this with rsync.
link
mixmastamyk
4286 days ago
Interesting, I wonder if python fabric or its ssh libs could help.
link