Ip ssh – Dell POWEREDGE M1000E User Manual

Page 275

Advertising
background image

2-245

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command Reference

OL-13271-03

Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commands

ip ssh

ip ssh

Use the ip ssh global configuration command on the switch stack or on a standalone switch to configure
the switch to run Secure Shell (SSH) Version 1 or SSH Version 2. This command is available only when
your switch is running the cryptographic (encrypted) software image. Use the no form of this command
to return to the default setting.

ip ssh version [1 | 2]

no ip ssh version [1 | 2]

Syntax Description

Defaults

The default version is the latest SSH version supported by the SSH client.

Command Modes

Global configuration

Command History

Usage Guidelines

If you do not enter this command or if you do not specify a keyword, the SSH server selects the latest
SSH version supported by the SSH client. For example, if the SSH client supports SSHv1 and SSHv2,
the SSH server selects SSHv2.

The switch supports an SSHv1 or an SSHv2 server. It also supports an SSHv1 client. For more
information about the SSH server and the SSH client, see the software configuration guide for this
release.

A Rivest, Shamir, and Adelman (RSA) key pair generated by an SSHv1 server can be used by an SSHv2
server and the reverse.

Examples

This example shows how to configure the switch to run SSHv2:

Switch(config)# ip ssh version 2

You can verify your settings by entering the show ip ssh or show ssh privileged EXEC command.

1

(Optional) Configure the switch to run SSH Version 1 (SSHv1).

2

(Optional) Configure the switch to run SSH Version 2 (SSHv2).

Release

Modification

12.2(40)EX1

This command was introduced.

Advertising