You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the interactive mode the help states: - exit Quit the interactive mode, 'quit' and ^D can be used instead.
However in my installation, it also quits the current ssh session to the-bastion. Usually ^C only interrupts the current process and doesn't exit the whole session. So I would expect the-bastion's interactive shell to just return to an empty input line within the interactive mode after pressing Ctrl-C.
If this behaviour is explicitly wanted, please add ^C to the help, so that others will be warned. ;-)
The text was updated successfully, but these errors were encountered:
Thanks for the report, indeed having CTRL+C "cancelling" the current prompt and not exiting is more interesting than having it exit the interactive mode, thanks for the implicit suggestion ;)
When using the interactive mode the help states:
- exit Quit the interactive mode, 'quit' and ^D can be used instead.
However in my installation, it also quits the current ssh session to the-bastion. Usually ^C only interrupts the current process and doesn't exit the whole session. So I would expect the-bastion's interactive shell to just return to an empty input line within the interactive mode after pressing Ctrl-C.
If this behaviour is explicitly wanted, please add ^C to the help, so that others will be warned. ;-)
The text was updated successfully, but these errors were encountered: