calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Handle SSH timeout #62

Closed Amerlander closed 3 years ago

Amerlander commented 3 years ago

Should we provide a best practice to prevent script exit caused by ssh timeout or isn't that in our scope? I just tried some longer scripts and got around with nohup

rzbrk commented 3 years ago

Disconnections can happen when communicating with ISS because of Loss of Contact events (LOCs). I would expect, BIOTESC will handle this properly, e.g. by using a terminal multiplexer like screen or tmux. In case of a disconnection because of LOC, one can resume the terminal session at a later point in time.

rzbrk commented 3 years ago

Can be closed if PR is merged.