aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-11-13 14:22:17 -0500
committerLibravatar GitHub <noreply@github.com>2019-11-13 14:22:17 -0500
commit501016cc2933d42ff7c5ef8be2ac03a0289684f1 (patch)
tree6cfe9859afd7684fe74a854d4bc2b4e476870385
parentMerge pull request #3037 from vutny/fix-3029 (diff)
parentprofiles: allow nc in ssh profile by default (diff)
downloadfirejail-501016cc2933d42ff7c5ef8be2ac03a0289684f1.tar.gz
firejail-501016cc2933d42ff7c5ef8be2ac03a0289684f1.tar.zst
firejail-501016cc2933d42ff7c5ef8be2ac03a0289684f1.zip
Merge pull request #3044 from netblue30/ssh_nc
RFC: profiles: allow nc in ssh profile by default
-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