Comware Based
1820656 Members
2254 Online
109626 Solutions
New Discussion

Configuring SSH Version 2 on HPE 5510

 
chemat92
Occasional Contributor

Configuring SSH Version 2 on HPE 5510

Hi all, 

I would like to know how to enable the SSH Version 2 in HPE 5510. Anyone can help me how to configure it? Been reading through the HPE 5510 Security Command Reference, but did not understand the command. Appreciate this community kind assistance.

1 REPLY 1
parnassus
Honored Contributor

Re: Configuring SSH Version 2 on HPE 5510

What is the actual output of display ssh server status CLI Command?

Generally if SSH is already enabled you should only disable SSHv1 in favour of accepting connections from SSH Client based on SSHv2 only.

On Comware if SSH Version display the value 1.99 it means that SSHv2 is preferred but a fallback to SSHv1 is permitted during negotiation with SSH Client not ready to negotiate using SSHv2, if instead SSH Version displays 2.0 it means that only SSHv2 is accepted.

To disable SSHv1 go with undo ssh server compatible-ssh1x CLI Command in System-View mode and verify with display ssh server status again (or, alternatively, using a telnet on 127.0.0.1 port 22: telnet 127.0.0.1 22 to see the output reporting the actual SSH version the SSH Server is using).

More here and here (not specifically about HPE 5510 but related to SSHv2 on Comware).


I'm not an HPE Employee
Kudos and Accepted Solution banner