add more authentication options
This commit is contained in:
parent
e6657df0d8
commit
641851632f
@ -74,6 +74,8 @@
|
|||||||
{{ option_default_uncommented('LoginGraceTime', 120) }}
|
{{ option_default_uncommented('LoginGraceTime', 120) }}
|
||||||
{{ option_default_uncommented('PermitRootLogin', 'yes') }}
|
{{ option_default_uncommented('PermitRootLogin', 'yes') }}
|
||||||
{{ option_default_uncommented('StrictModes', 'yes') }}
|
{{ option_default_uncommented('StrictModes', 'yes') }}
|
||||||
|
{{ option_default_uncommented('MaxAuthTries', '6') }}
|
||||||
|
{{ option_default_uncommented('MaxSessions', '10') }}
|
||||||
|
|
||||||
{{ option('DSAAuthentication', 'yes') }}
|
{{ option('DSAAuthentication', 'yes') }}
|
||||||
{{ option_default_uncommented('RSAAuthentication', 'yes') }}
|
{{ option_default_uncommented('RSAAuthentication', 'yes') }}
|
||||||
|
@ -17,6 +17,8 @@ sshd_config:
|
|||||||
PermitRootLogin: 'yes'
|
PermitRootLogin: 'yes'
|
||||||
PasswordAuthentication: 'no'
|
PasswordAuthentication: 'no'
|
||||||
StrictModes: 'yes'
|
StrictModes: 'yes'
|
||||||
|
MaxAuthTries: 6
|
||||||
|
MaxSessions: 10
|
||||||
RSAAuthentication: 'yes'
|
RSAAuthentication: 'yes'
|
||||||
PubkeyAuthentication: 'yes'
|
PubkeyAuthentication: 'yes'
|
||||||
IgnoreRhosts: 'yes'
|
IgnoreRhosts: 'yes'
|
||||||
|
Loading…
Reference in New Issue
Block a user