aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ssh.profile
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2019-11-13 17:52:23 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2019-11-13 17:52:23 +0100
commitad9629dd4af2f1bdb57664b6a7bc38bbc9367880 (patch)
tree62424929874e2f124d0969c0c0af0642eca7c82b /etc/ssh.profile
parentadd signal mediation to apparmor profile (diff)
downloadfirejail-ad9629dd4af2f1bdb57664b6a7bc38bbc9367880.tar.gz
firejail-ad9629dd4af2f1bdb57664b6a7bc38bbc9367880.tar.zst
firejail-ad9629dd4af2f1bdb57664b6a7bc38bbc9367880.zip
profiles: allow nc in ssh profile by default
Diffstat (limited to 'etc/ssh.profile')
-rw-r--r--etc/ssh.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ssh.profile b/etc/ssh.profile
index 584c56b54..1551c3fb6 100644
--- a/etc/ssh.profile
+++ b/etc/ssh.profile
@@ -10,8 +10,8 @@ include globals.local
10noblacklist /etc/ssh 10noblacklist /etc/ssh
11noblacklist /tmp/ssh-* 11noblacklist /tmp/ssh-*
12noblacklist ${HOME}/.ssh 12noblacklist ${HOME}/.ssh
13# If you want to use tor, uncomment the next line or put it in your ssh.local 13# nc can be used as ProxyCommand, e.g. when using tor
14#noblacklist ${PATH}/nc 14noblacklist ${PATH}/nc
15 15
16include disable-common.inc 16include disable-common.inc
17include disable-exec.inc 17include disable-exec.inc