start writing main program, finish ssh module, new authnz module, various cleanup
This commit is contained in:
31
repo/common/sshd_config
Normal file
31
repo/common/sshd_config
Normal file
@@ -0,0 +1,31 @@
|
||||
Port 22
|
||||
Protocol 2
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
SyslogFacility AUTH
|
||||
LogLevel INFO
|
||||
LoginGraceTime 120
|
||||
PermitRootLogin no
|
||||
StrictModes yes
|
||||
PubkeyAuthentication yes
|
||||
AuthorizedKeysFile %h/.ssh/authorized_keys
|
||||
IgnoreRhosts yes
|
||||
HostbasedAuthentication no
|
||||
ChallengeResponseAuthentication no
|
||||
PasswordAuthentication yes
|
||||
PermitEmptyPasswords no
|
||||
KerberosAuthentication yes
|
||||
KerberosOrLocalPasswd yes
|
||||
KerberosTicketCleanup yes
|
||||
GSSAPIAuthentication yes
|
||||
GSSAPICleanupCredentials yes
|
||||
GSSAPIStrictAcceptorCheck no
|
||||
X11Forwarding yes
|
||||
X11DisplayOffset 10
|
||||
PrintMotd no
|
||||
PrintLastLog yes
|
||||
TCPKeepAlive yes
|
||||
AcceptEnv LANG LC_*
|
||||
AllowTcpForwarding no
|
||||
Match Address 10.3.0.0/16
|
||||
PermitRootLogin yes
|
||||
|
||||
Reference in New Issue
Block a user