Perform the following steps.
Step 1 - Connect to the CLI
Connect to the appliance command line interface (CLI) using one of the following methods:
- (Recommended; this is the most secure method) Connect through a serial console connection.
- Create a temporary Telnet management service; see KB article 000008745. Specify the settings:
IP address: the appliance IP address
Port: the default Telnet port 23
Warning: Telnet connections are insecure, as all data is sent between the client and the proxy in plain text. If you use this option, remember to disable the Telnet management service after completing this procedure.
Step 2 - Create the keypair in the CLILog in to the CLI and issue the following commands:
ProxySG>enable
Enable Password:
ProxySG#config t
Enter configuration commands, one per line. End with CTRL-Z.
ProxySG#(config)ssh-console
ProxySG#(config ssh-console)create host-keypair sshv2
ok
ProxySG#(config ssh-console)exit
ProxySG#(config)exit
ProxySG#Step 3 - Verify that the keypair was created in the Management ConsoleLog in to the Management Console and look for the keypair (
Management Console >
Configuration >
Authentication >
Console Access >
SSH Host).