Skip to content

Commit

Permalink
pillar.example: removed deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
alxwr committed Feb 12, 2019
1 parent cf3b048 commit a236b4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ sshd_config:
- /etc/ssh/ssh_host_ecdsa_key
- /etc/ssh/ssh_host_ed25519_key
UsePrivilegeSeparation: 'sandbox'
KeyRegenerationInterval: 3600
ServerKeyBits: 1024
SyslogFacility: AUTH
LogLevel: INFO
ClientAliveInterval: 0
Expand All @@ -24,12 +22,10 @@ sshd_config:
StrictModes: 'yes'
MaxAuthTries: 6
MaxSessions: 10
RSAAuthentication: 'yes'
PubkeyAuthentication: 'yes'
AuthorizedKeysCommand: '/usr/bin/sss_ssh_authorizedkeys'
AuthorizedKeysCommandUser: 'nobody'
IgnoreRhosts: 'yes'
RhostsRSAAuthentication: 'no'
HostbasedAuthentication: 'no'
PermitEmptyPasswords: 'no'
ChallengeResponseAuthentication: 'no'
Expand Down

0 comments on commit a236b4c

Please sign in to comment.