A SERVICE OF

logo

Configuring Secure Shell (SSH)
Configuring the Switch for SSH Operation
ProCurve(config)# password manager user-name leader
Configures Manager user-
name and password.
Configures the
switch to allow
SSH access only
for a client whose
public key
matches one of the
keys in the public
key file.
Configures the primary and
secondary password methods for
Manager (enable) access. (Becomes
available after SSHaccess is granted
New password for Manager: ********
Please retype new password for Manager: ********
ProCurve(config)# aaa authentication ssh login public-key none
ProCurve(config)# aaa authentication ssh enable tacacs local
ProCurve(config)# coy tftp pub-key-file 10.33.18.117
ProCurve(config)# write memory
Copies a public key file
named "Client-Keys.pub"
into the switch.
Figure 7-11. Configuring for SSH Access Requiring a Client Public-Key Match and Manager Passwords
Figure 7-12 shows how to check the results of the above commands.
Lists the current SSH
authentication
configuration.
Shows the contents of
the public key file
downloaded with the
copy tftp command in
figure 7-11. In this
example, the file
contains two client
public-keys.
Client Key Index Number
Figure 7-12. SSH Configuration and Client-Public-Key Listing From Figure 7-11
7-22