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, 3 insertions, 1 deletions
diff --git a/etc/ssh.profile b/etc/ssh.profile
index 4c8af65b8..ce0e54a0d 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
@@ -35,6 +37,6 @@ tracelog
35private-cache 37private-cache
36private-dev 38private-dev
37# private-tmp # Breaks when exiting 39# private-tmp # Breaks when exiting
40writable-run-user
38 41
39memory-deny-write-execute 42memory-deny-write-execute
40writable-run-user