Avamar - 2024 R1 OS 보안 롤업을 설치한 후 "sshd -t" 명령이 "사용되지 않는 옵션"을 반환합니다.

Summary: sshd 명령을 "테스트 모드"로 실행하면 더 이상 사용되지 않는 UsePrivilegeSeparation 옵션에 대한 경고가 표시됩니다.

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

명령의 출력은 다음과 유사합니다.
root@avamar:/etc/ssh/#: sshd -t
/etc/ssh/sshd_config line 152: Deprecated option UsePrivilegeSeparation

Cause

2024 R1 OS 보안 롤업은 Avamar 기반 OpenSSH를 버전 7.2에서 버전 8.4로 업그레이드했습니다. UsePrivilegeSeparation 옵션은 OpenSSH 버전 7.5에서 더 이상 사용되지 않으므로 설정이 필수입니다.

Resolution

  1. Avamar Server에 관리자로 로그인합니다.
  2. 권한을 루트로 승격:
su -
  1. /etc/ssh/sshd_config 파일을 편집하고 152행의 설정을 주석 처리합니다. 이 줄을 변경합니다.
UsePrivilegeSeparation no
결과는 다음과 같습니다.
#UsePrivilegeSeparation no
  1. 변경 사항을 저장하고 구성을 테스트합니다.
sshd -t
  1. sshd 서비스 재시작
systemctl restart sshd.service
  1. 경고가 반환되지 않아야 합니다.

Affected Products

Avamar Server
Article 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.