summaryrefslogtreecommitdiffstats
path: root/core/modules/mgmt-sshd/data
diff options
context:
space:
mode:
authorSimon Rettberg2018-05-14 11:18:45 +0200
committerSimon Rettberg2018-05-14 11:18:45 +0200
commit5de7046fc9f63cab4fc9b95f6e82df138d93a58c (patch)
tree0014eb1b126622335e9c9d62a327436babc385c5 /core/modules/mgmt-sshd/data
parent[run-virt] wait before calling slxlog on exit 141 (diff)
downloadmltk-5de7046fc9f63cab4fc9b95f6e82df138d93a58c.tar.gz
mltk-5de7046fc9f63cab4fc9b95f6e82df138d93a58c.tar.xz
mltk-5de7046fc9f63cab4fc9b95f6e82df138d93a58c.zip
[mgmt-sshd] Don't use PAM stack
Closes #3364
Diffstat (limited to 'core/modules/mgmt-sshd/data')
-rw-r--r--core/modules/mgmt-sshd/data/etc/ssh/mgmt/sshd_config5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/modules/mgmt-sshd/data/etc/ssh/mgmt/sshd_config b/core/modules/mgmt-sshd/data/etc/ssh/mgmt/sshd_config
index b51a1109..ea259180 100644
--- a/core/modules/mgmt-sshd/data/etc/ssh/mgmt/sshd_config
+++ b/core/modules/mgmt-sshd/data/etc/ssh/mgmt/sshd_config
@@ -3,8 +3,6 @@ Protocol 2
HostKey /etc/ssh/mgmt/ssh_host_rsa_key
HostKey /etc/ssh/mgmt/ssh_host_dsa_key
HostKey /etc/ssh/mgmt/ssh_host_ecdsa_key
-UsePrivilegeSeparation yes
-KeyRegenerationInterval 3600
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 30
@@ -13,7 +11,6 @@ StrictModes yes
PubkeyAuthentication yes
AuthorizedKeysFile /etc/ssh/mgmt/authorized_keys
IgnoreRhosts yes
-RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
@@ -27,7 +24,7 @@ TCPKeepAlive yes
#Banner /etc/issue.net
#PrintMotd yes
AcceptEnv LANG LC_*
-UsePAM yes
+UsePAM no
UseDNS no
PidFile /run/sshd_mgmt.pid
AllowUsers root