aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ssh.profile
diff options
context:
space:
mode:
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