STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide

V-256486

CAT III (Low)

The Photon operating system must configure sshd to use approved encryption algorithms.

Rule ID

SV-256486r958408_rule

STIG

VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide

Version

V1R4

CCIs

CCI-000068, CCI-001453, CCI-002418, CCI-002450, CCI-002890

Discussion

Without confidentiality protection mechanisms, unauthorized individuals may gain access to sensitive information via a remote access session. OpenSSH on the Photon operating system is compiled with a FIPS-validated cryptographic module. The "FipsMode" setting controls whether this module is initialized and used in FIPS 140-2 mode. Satisfies: SRG-OS-000033-GPOS-00014, SRG-OS-000393-GPOS-00173, SRG-OS-000396-GPOS-00176, SRG-OS-000250-GPOS-00093, SRG-OS-000423-GPOS-00187

Check Content

At the command line, run the following command:

# sshd -T|&grep -i FipsMode

Expected result:

FipsMode yes

If the output does not match the expected result, this is a finding.

Fix Text

Navigate to and open:

/etc/ssh/sshd_config

Ensure the "FipsMode" line is uncommented and set to the following:

FipsMode yes

At the command line, run the following command:

# systemctl restart sshd.service