Avamar - The "sshd -t" command returns "Deprecated option" after installing the OS Security Rollup
Summary: Running the sshd command in "test mode" produces a warning about the UsePrivilegeSeparation option being deprecated.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
The output of the command resembles the following:
root@avamar:/etc/ssh/#: sshd -t /etc/ssh/sshd_config line 152: Deprecated option UsePrivilegeSeparation
Cause
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.
Resolution
- 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.
Affected Products
Avamar ServerArticle Properties
Article Number: 000226746
Article Type: Solution
Last Modified: 05 Aug 2025
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.