summaryrefslogtreecommitdiffstats
path: root/core/modules/mgmt-sshd/data/etc/ssh/mgmt/sshd_config
blob: 40f2741473083e8086f4176e07c5352a3a6bb464 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Port 9922
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
PermitRootLogin yes
StrictModes yes
PubkeyAuthentication yes
AuthorizedKeysFile	/etc/ssh/mgmt/authorized_keys
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
PasswordAuthentication no
KerberosAuthentication no
GSSAPIAuthentication no
X11Forwarding yes
X11DisplayOffset 20
PrintLastLog yes
TCPKeepAlive yes
#Banner /etc/issue.net
#PrintMotd yes
AcceptEnv LANG LC_*
UsePAM yes
UseDNS no
PidFile /run/sshd_mgmt/pid
AllowUsers root