Skip to content

Commit

Permalink
SSH: Remove deprecated UsePrivilegeSeparation option; rucio#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 committed May 7, 2024
1 parent a97e975 commit 7aefc80
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 7aefc80

Please # to comment.