nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

Forward OS signals to ssh process #120

Closed BSick7 closed 1 year ago

BSick7 commented 1 year ago

If you nullstone ssh to an app, then start typing a command, but want to cancel using Cmd+C or Ctrl+C, the SSH shell will exit. Then, you have to reissue nullstone ssh.

This fix changes the execution of AWS ssh command to trap the OS signals and forward them to the child process.