Avamar - The "sshd -t" command returns "Deprecated option" after installing the OS Security Rollup
Resumen: Running the sshd command in "test mode" produces a warning about the UsePrivilegeSeparation option being deprecated.
Este artículo se aplica a
Este artículo no se aplica a
Este artículo no está vinculado a ningún producto específico.
No se identifican todas las versiones del producto en este artículo.
Síntomas
The output of the command resembles the following:
root@avamar:/etc/ssh/#: sshd -t /etc/ssh/sshd_config line 152: Deprecated option UsePrivilegeSeparation
Causa
The 2024 R1 OS Security Rollup upgraded OpenSSH on Avamar from version 7.2 to version 8.4. The UsePrivilegeSeparation option has been deprecated in OpenSSH version 7.5, making the setting mandatory.
Resolución
- Log in to the Avamar server as an admin user.
- Elevate privileges to root:
su -
- Edit the /etc/ssh/sshd_config file and comment out the setting in line 152. Change this line:
UsePrivilegeSeparation no
This should be the result:
#UsePrivilegeSeparation no
- Save changes and test the configuration:
sshd -t
- Restart the sshd service
systemctl restart sshd.service
- The warning should not return.
Productos afectados
Avamar ServerPropiedades del artículo
Número del artículo: 000226746
Tipo de artículo: Solution
Última modificación: 05 ago 2025
Versión: 2
Encuentre respuestas a sus preguntas de otros usuarios de Dell
Servicios de soporte
Compruebe si el dispositivo está cubierto por los servicios de soporte.