aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-06 19:48:30 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-06 19:48:30 +0000
commite7ba153081952fbcc49cd80004566cc92cc86b18 (patch)
tree508e8070eff4305084f9d3e8eebbd67bcb952d5b
parentAdd profile for gnome-sound-recorder (diff)
downloadfirejail-e7ba153081952fbcc49cd80004566cc92cc86b18.tar.gz
firejail-e7ba153081952fbcc49cd80004566cc92cc86b18.tar.zst
firejail-e7ba153081952fbcc49cd80004566cc92cc86b18.zip
Add comment to use tor to ssh.profile
-rw-r--r--etc/ssh.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/ssh.profile b/etc/ssh.profile
index 4c8af65b8..17d286b18 100644
--- a/etc/ssh.profile
+++ b/etc/ssh.profile
@@ -10,6 +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
14#noblacklist ${PATH}/nc
13 15
14include disable-common.inc 16include disable-common.inc
15include disable-exec.inc 17include disable-exec.inc