aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ssh.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2020-04-04 15:32:56 -0400
committerLibravatar Tad <tad@spotco.us>2020-04-04 15:32:56 -0400
commit0a21dc1600bd11f770543ffa835913e4ed70a90b (patch)
tree0658ed4e896e06a2de57844a5364b29c17aadd38 /etc/ssh.profile
parentsteam profile fixes (diff)
downloadfirejail-0a21dc1600bd11f770543ffa835913e4ed70a90b.tar.gz
firejail-0a21dc1600bd11f770543ffa835913e4ed70a90b.tar.zst
firejail-0a21dc1600bd11f770543ffa835913e4ed70a90b.zip
noblacklist ncat in ssh profile
nc is a symlink to ncat on some distros
Diffstat (limited to 'etc/ssh.profile')
-rw-r--r--etc/ssh.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ssh.profile b/etc/ssh.profile
index cbd59c6e0..a69fdb0f5 100644
--- a/etc/ssh.profile
+++ b/etc/ssh.profile
@@ -12,6 +12,7 @@ noblacklist /tmp/ssh-*
12noblacklist ${HOME}/.ssh 12noblacklist ${HOME}/.ssh
13# nc can be used as ProxyCommand, e.g. when using tor 13# nc can be used as ProxyCommand, e.g. when using tor
14noblacklist ${PATH}/nc 14noblacklist ${PATH}/nc
15noblacklist ${PATH}/ncat
15 16
16include disable-common.inc 17include disable-common.inc
17include disable-exec.inc 18include disable-exec.inc