aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/allow-ssh.inc2
-rw-r--r--etc/inc/disable-common.inc1
-rw-r--r--etc/profile-m-z/ssh-agent.profile2
-rw-r--r--etc/profile-m-z/ssh.profile2
4 files changed, 5 insertions, 2 deletions
diff --git a/etc/inc/allow-ssh.inc b/etc/inc/allow-ssh.inc
index 2e864ad64..48b1f91ba 100644
--- a/etc/inc/allow-ssh.inc
+++ b/etc/inc/allow-ssh.inc
@@ -3,3 +3,5 @@
3include allow-ssh.local 3include allow-ssh.local
4 4
5noblacklist ${HOME}/.ssh 5noblacklist ${HOME}/.ssh
6noblacklist /etc/ssh
7noblacklist /etc/ssh/ssh_config
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index eeafe3ec4..e1c930b43 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -396,6 +396,7 @@ blacklist /etc/shadow
396blacklist /etc/shadow+ 396blacklist /etc/shadow+
397blacklist /etc/shadow- 397blacklist /etc/shadow-
398blacklist /etc/ssh 398blacklist /etc/ssh
399blacklist /etc/ssh/*
399blacklist /home/.ecryptfs 400blacklist /home/.ecryptfs
400blacklist /home/.fscrypt 401blacklist /home/.fscrypt
401blacklist /var/backup 402blacklist /var/backup
diff --git a/etc/profile-m-z/ssh-agent.profile b/etc/profile-m-z/ssh-agent.profile
index d2e2b3408..0b7caed7d 100644
--- a/etc/profile-m-z/ssh-agent.profile
+++ b/etc/profile-m-z/ssh-agent.profile
@@ -6,7 +6,7 @@ include ssh-agent.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist /etc/ssh 9noblacklist /etc/ssh/*
10noblacklist /tmp/ssh-* 10noblacklist /tmp/ssh-*
11 11
12# Allow ssh (blacklisted by disable-common.inc) 12# Allow ssh (blacklisted by disable-common.inc)
diff --git a/etc/profile-m-z/ssh.profile b/etc/profile-m-z/ssh.profile
index efdf63976..eb7bc3ec5 100644
--- a/etc/profile-m-z/ssh.profile
+++ b/etc/profile-m-z/ssh.profile
@@ -7,7 +7,7 @@ include ssh.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10noblacklist /etc/ssh 10noblacklist /etc/ssh/*
11noblacklist /tmp/ssh-* 11noblacklist /tmp/ssh-*
12# nc can be used as ProxyCommand, e.g. when using tor 12# nc can be used as ProxyCommand, e.g. when using tor
13noblacklist ${PATH}/nc 13noblacklist ${PATH}/nc