소스 검색

add more authentication options

tags/v0.41.0
Niels Abspoel 8 년 전
부모
커밋
641851632f
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      openssh/files/sshd_config
  2. +2
    -0
      pillar.example

+ 2
- 0
openssh/files/sshd_config 파일 보기

@@ -74,6 +74,8 @@
{{ option_default_uncommented('LoginGraceTime', 120) }}
{{ option_default_uncommented('PermitRootLogin', 'yes') }}
{{ option_default_uncommented('StrictModes', 'yes') }}
{{ option_default_uncommented('MaxAuthTries', '6') }}
{{ option_default_uncommented('MaxSessions', '10') }}

{{ option('DSAAuthentication', 'yes') }}
{{ option_default_uncommented('RSAAuthentication', 'yes') }}

+ 2
- 0
pillar.example 파일 보기

@@ -17,6 +17,8 @@ sshd_config:
PermitRootLogin: 'yes'
PasswordAuthentication: 'no'
StrictModes: 'yes'
MaxAuthTries: 6
MaxSessions: 10
RSAAuthentication: 'yes'
PubkeyAuthentication: 'yes'
IgnoreRhosts: 'yes'

Loading…
취소
저장