Wednesday, February 26, 2014

HP Procurve switches, enabling SSH for use in HP iMC

I wanted to configure SSH on my procurve switches, for secure communication from HP iMC.

For Procurve 4108gl, 5308xl and 5412zl;
Logon as admin, enter config:
crypto key generate ssh (to generate private key)
show crypto host-public-key (to view status)
ip ssh (to enable ssh)
show ip ssh (to view status)

For Procurve 2524;
Logon as admin, enter config:
crypto key generate (to generate private key)
show crypto host-public-key (to view status)
ip ssh (to enable ssh)
show ip ssh (to view status)

No comments:

Post a Comment