Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dn3500
on Jan 12, 2021
|
parent
|
context
|
favorite
| on:
My ISP Is Killing My Idle SSH Sessions
To transfer a multi-hundred-GB file I'd use something restartable like rsync or wget instead of nc.
kayodelycaon
on Jan 12, 2021
[–]
The issue in the article could have been solved by running a long-running command with no output in screen or tmux. If ssh disconnects, just reattach.
cat199
on Jan 12, 2021
|
parent
|
next
[–]
no, because this example was site->site data transfer across the disconnecting link
BossHamster
on Jan 12, 2021
|
root
|
parent
|
next
[–]
yes, because the issue was not the site data transfer, but the idle SSH session(s) running the nc commands. When the idle SSH session got dropped, it took nc down with it and that stopped the transfer.
the8472
on Jan 12, 2021
|
parent
|
prev
[–]
no need for tmux, nohup would have done the job.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: