-
The maintenance of our deployment of Security Onion is mostly done remotely through ssh. When the internet connection becomes unstable, or when there is a long inactive period, the ssh session may get terminated. Since soup takes a long time, if we have to operate soup in an interactive manner, when ssh session gets terminated / broken, the soup process may get killed at random timing, and that is quite scary. If I can start soup in an non-interactive way, then I can use Is it possible to add a command line argument, so that the confirmation step can be skipped? Specifically, putting this line securityonion/salt/common/tools/sbin/soup Line 1011 in 837c040 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I use screen or tmux for occasions like this. |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
read -r input
on line 1011 is not the only part of soup that requires interaction, so it will be a little more involved but we'll take a look as time allows:#5043