FEATURE: Add warning to soup about ssh #13466

This commit is contained in:
Doug Burks
2024-08-12 09:12:49 -04:00
committed by GitHub
parent 374da11037
commit c1388a68f0

View File

@@ -1420,6 +1420,8 @@ Please review the following for more information about the update process and re
$DOC_BASE_URL/soup.html
https://blog.securityonion.net
WARNING: If you run soup via ssh and the ssh session terminates, then any processes running in that session would terminate. You should avoid leaving soup unattended especially if the machine you are sshing from is configured to sleep after a period of time. You might also consider using something like screen or tmux so that if your ssh session terminates, the processes will continue running on the server.
EOF
cat << EOF