Correct spelling for 'UsePrivilegeSeparation'

This commit is contained in:
Paul Nicholson 2015-01-03 20:59:12 -08:00
parent ab1ca002df
commit 3923a75844
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ sshd_defaults:
- /etc/ssh/ssh_host_rsa_key
- /etc/ssh/ssh_host_dsa_key
- /etc/ssh/ssh_host_ecdsa_key
UsePrivilegeSeperation: yes
UsePrivilegeSeparation: yes
KeyRegenerationInterval: 3600
ServerKeyBits: 768
SyslogFacility: AUTH

View file

@ -15,7 +15,7 @@ sshd_defaults:
GSSAPICleanupCredentials: yes
UsePAM: yes
X11Forwarding: yes
UsePrivilegeSeperation: sandbox
UsePrivilegeSeparation: sandbox
AcceptEnv:
- LANG LC_TYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
- LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT

View file

@ -13,7 +13,7 @@ sshd_defaults:
- /etc/ssh/ssh_host_dsa_key
- /etc/ssh/ssh_host_ecdsa_key
- /etc/ssh/ssh_host_ed25519_key
UsePrivilegeSeperation: yes
UsePrivilegeSeparation: yes
KeyRegenerationInterval: 3600
ServerKeyBits: 1024
SyslogFacility: AUTH