Skip to content

Commit

Permalink
SSH: Remove deprecated UsePrivilegeSeparation option; #311
Browse files Browse the repository at this point in the history
This was deprecated in OpenSSH 7.5: https://www.openssh.com/txt/release-7.5

 * This release deprecates the sshd_config UsePrivilegeSeparation
   option, thereby making privilege separation mandatory. Privilege
   separation has been on by default for almost 15 years and
   sandboxing has been on by default for almost the last five.
  • Loading branch information
rdimaio authored and bari12 committed Jun 7, 2024
1 parent 5b67b56 commit c2beb2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssh/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Logging
SyslogFacility AUTH
Expand Down

0 comments on commit c2beb2e

Please sign in to comment.