Y
Hacker News
new
|
ask
|
show
|
jobs
by
lhoff
1988 days ago
That doesn't really help when transfering a file. That was one of the user cases where the author had problem with.
3 comments
tantalor
1988 days ago
Yes it would because the file transfer would continue inside the screen session instead of dying with the ssh session.
link
monocasa
1988 days ago
I think they meant they were using scp to transfer files from the remote computer to the local one.
link
tantalor
1988 days ago
That wouldn't be an "Idle SSH Session".
link
jimmaswell
1988 days ago
Or keeping an SSH session open for proxy tunneling when PuTTy is only capable of automatically reconnecting on certain disconnects and not others for some stupid reason.
link
lazyjones
1988 days ago
rsync over ssh solves this... Just start it again and transfer the remaining part.
link