yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

Stop terminal on notebook when ssh client disconnects #4

Closed yuvipanda closed 4 years ago

yuvipanda commented 4 years ago

We currently leave our terminal process running in the notebook server when our ssh client disconnects. This is bad, we should instead disconnect them properly when the ssh client disconnects.