sshd/basic-security.conf: remove deprecated option

> /etc/ssh/sshd_config.d/basic-security.conf line 24: Deprecated option UsePrivilegeSeparation

OpenSSH_8.4p1, OpenSSL 1.1.1i FIPS  8 Dec 2020
This commit is contained in:
Aminda Suomalainen 2021-01-31 13:39:51 +02:00
parent 0151bee9b0
commit f75bc7bd07
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 0 additions and 3 deletions

View File

@ -19,6 +19,3 @@ AuthenticationMethods publickey
#Subsystem sftp /usr/lib/ssh/sftp-server -f AUTHPRIV -l INFO
# Fedora
#Subsystem sftp /usr/libexec/openssh/sftp-server -f AUTHPRIV -l INFO
# Use kernel sandbox mechanisms where possible in unprivileged processes
UsePrivilegeSeparation sandbox