ProLiant BL p-Class GbE2 Interconnect Switch Application Guide

Accessing the GbE2 Interconnect Switch 26
Configuring SSH and SCP features (CLI example)
Before you can use SSH commands, use the following commands to turn on SSH and SCP.
Enabling or disabling SSH
To enable or disable the SSH feature, connect to the GbE2 Interconnect Switch CLI and enter the following
commands:
>> # /cfg/sys/sshd/on (Turn SSH on)
Current status: OFF
New status: ON
>> # /cfg/sys/sshd/off (Turn SSH off)
Current status: OFF
New status: ON
NOTE: Secure Shell can be configured using the console port only. SSH menus do not display if you access the
GbE2 Interconnect Switch using Telnet or the Browser-Based Interface.
Enabling or disabling SCP apply and save
Enter the following commands from the GbE2 Interconnect Switch CLI to enable the SCP putcfg_apply and
putcfg_apply_save commands:
>> # /cfg/sys/sshd/ena (Enable SCP apply and save)
SSHD# apply (Apply the changes to start generating RSA
host and server keys)
RSA host key generation starts
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
RSA host key generation completes (lasts 212549 ms)
RSA host key is being saved to Flash ROM, please don’t reboot the box
immediately.
RSA server key generation starts
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
RSA server key generation completes (lasts 75503 ms)
RSA server key is being saved to Flash ROM, please don’t reboot the box
immediately.
-------------------------------------------------------------------------
Apply complete; don’t forget to “save” updated configuration.
>> # /cfg/sys/sshd/dis (Disable SSH/SCP apply and save)
Configuring the SCP administrator password
To configure the scpadm (SCP administrator) password, first connect to the GbE2 Interconnect Switch via the RS-
232 management console. For security reasons, the scpadm password can be configured only when connected
directly to the GbE2 Interconnect Switch console.
To configure the password, enter the following CLI command. At factory default settings, the current SCP
administrator password is admin.
>> # /cfg/sys/sshd/scpadm
Changing SCP-only Administrator password; validation required. . .
Enter current administrator password: <password>
Enter new SCP-only administrator password: <new password>
Re-enter new SCP-only administrator password: <new password>
New SCP-only administrator password accepted.