remove UsePrivilegeSeparation, is deprecated

This commit is contained in:
psy 2021-01-18 14:17:21 +01:00
parent 4f2b610b19
commit ab8c2c294e
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5

View file

@ -9,7 +9,6 @@ ssh:
UseDNS: "no" UseDNS: "no"
UsePam: "yes" UsePam: "yes"
MaxAuthTries: 10 MaxAuthTries: 10
UsePrivilegeSeparation: sandbox
AuthenticationMethods: publickey AuthenticationMethods: publickey
KexAlgorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256 KexAlgorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
Ciphers: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr Ciphers: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr