From c1388a68f0c1c3246cef52c82e1ce3779d77db46 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Mon, 12 Aug 2024 09:12:49 -0400 Subject: [PATCH] FEATURE: Add warning to soup about ssh #13466 --- salt/manager/tools/sbin/soup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 72fda32aa..f301621de 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -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 ssh’ing 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