3-13
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2
OL-29168-01
Chapter3 Setting Up the Sensor
Changing Network Settings
Enabling SSHv1 Fallback
Note
The IPS supports managing both SSHv1 and SSHv2. The default is SSH v2, but you can configure the
sensor to fallback to SSHv1 if the peer client/server does not support SSHv2
Use the sshv1-fallback {enabled | disabled} command in the service host submode to enable the sensor
to fall back to SSH protocol version 1. Fallback to SSHv1 is provided in case the peer client/server does
not support SSHv2. SSHv2 is the default SSH version.
To enable or disable SSHv1 fallback, follow these steps:
Step 1
Log in to the sensor using an account with administrator privileges.
Step 2
Enter network settings mode.
sensor# configure terminal
sensor(config)# service host
sensor(config-hos)# network-settings
Step 3
Enable Telnet services.
sensor(config-hos-net)# sshv1-fallback enabled
sensor(config-hos-net)#
Step 4
Verify that SSHv1 fallback is enabled.
sensor(config-hos-net)# show settings
network-settings
-----------------------------------------------
host-ip: 10.106.164.52/24,10.106.164.1 default: 192.168.1.2/24,192.168.1.1
host-name: p32-ips4240-52 default: sensor
telnet-option: enabled default: disabled
sshv1-fallback: enabled default: disabled
access-list (min: 0, max: 512, current: 1)
-----------------------------------------------
network-address: 0.0.0.0/0
-----------------------------------------------
-----------------------------------------------
ftp-timeout: 300 seconds <defaulted>
login-banner-text: mmmm default:
sensor(config-hos-net)#
Step 5
Exit network settings mode.
sensor(config-hos-net)# exit
sensor(config-hos)# exit
Apply Changes:?[yes]:
Step 6
Press Enter to apply the changes or enter
no
to discard them.
For More Information
For more information about configuring SSH, see Configuring SSH, page 3-45.