mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-09-21 02:08:56 +02:00
add more authentication options
This commit is contained in:
@@ -17,6 +17,8 @@ sshd_config:
|
||||
PermitRootLogin: 'yes'
|
||||
PasswordAuthentication: 'no'
|
||||
StrictModes: 'yes'
|
||||
MaxAuthTries: 6
|
||||
MaxSessions: 10
|
||||
RSAAuthentication: 'yes'
|
||||
PubkeyAuthentication: 'yes'
|
||||
IgnoreRhosts: 'yes'
|
||||
|
||||
Reference in New Issue
Block a user