rucio / containers

Containers for Rucio
Apache License 2.0
9 stars 55 forks source link

SSH: Remove deprecated UsePrivilegeSeparation option; #311 #312

Closed rdimaio closed 3 months ago

rdimaio commented 4 months ago

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.
maany commented 4 months ago

The SSH container is not recommended for production. I'd recommend making sure this change does not break integration tests :P

bari12 commented 3 months ago

Let's just try this ;-)