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 HP FlexFabric Switch NDM Security Technical Implementation Guide

V-217469

CAT II (Medium)

Applications used for nonlocal maintenance sessions must implement cryptographic mechanisms to protect the confidentiality of nonlocal maintenance and diagnostic communications.

Rule ID

SV-217469r961557_rule

STIG

HP FlexFabric Switch NDM Security Technical Implementation Guide

Version

V1R4

CCIs

CCI-003123

Discussion

This requires the use of secure protocols instead of their unsecured counterparts, such as SSH instead of telnet, SCP instead of FTP, and HTTPS instead of HTTP. If unsecured protocols (lacking cryptographic mechanisms) are used for sessions, the contents of those sessions will be susceptible to eavesdropping, potentially putting sensitive data (including administrator passwords) at risk of compromise and potentially allowing hijacking of maintenance sessions.

Check Content

Determine if the HP FlexFabric Switch implements cryptographic mechanisms to protect the confidentiality of nonlocal maintenance and diagnostic communications. 

[HP] display ssh server status

 SSH server: Enable
 SSH version : 2.0
 SSH authentication-timeout : 60 second(s)
 SSH server key generating interval : 0 hour(s)
 SSH authentication retries : 3 time(s)
 SFTP server: Enable
 SFTP Server Idle-Timeout: 10 minute(s)
 Netconf server: Disable

[HP] display current | i sftp
 sftp server enable

If SSH and SFTP protocols are not configured for nonlocal device maintenance , this is a finding.

Fix Text

Configure the HP FlexFabric Switch to implement cryptographic mechanisms to protect the confidentiality of nonlocal maintenance and diagnostic communications.

Generate local RSA key pairs on the SSH server: 

[HP] public-key local create rsa 
Enable the SSH server function:
[HP] ssh server enable

Enable the SFTP server function: 

[HP] sftp server enable

Configure the user interfaces for SSH clients: 

[HP] user-interface vty 0 63
[HP-ui-vty0-63] authentication-mode scheme

Configure a local device management user, assign password and enable service-type SSH: 

[HP] local-user admin
[HP-luser-admin] password simple xxxxxx
[HP-luser-admin] service-type ssh