We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2a553 commit 8fa298eCopy full SHA for 8fa298e
1 file changed
ui/opensnitch/dialogs/prompt/constants.py
@@ -32,7 +32,7 @@
32
33
APPIMAGE_PREFIX = "/tmp/.mount_"
34
SNAP_PREFIX = "/snap"
35
-FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java"]
+FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java", "ssh"]
36
37
# label displayed in the pop-up combo
38
DURATION_session = QC.translate("popups", "until reboot")
0 commit comments