Configuring Secure Shell (SSH)

Configuring the Switch for SSH Operation

Syntax: [no] ip ssh

Enables or disables SSH on the switch.

[cipher <cipher-type>]

Specify a cipher type to use for connection.

Valid types are:

aes128-cbc

3des-cbc

aes192-cbc

aes256-cbc

rijndael-cbc@lysator.liu.se

aes128-ctr

aes192-ctr

aes256-ctr

Default: All cipher types are available.

Use the no form of the command to disable a cipher type.

[filetransfer]

Enable/disable secure file transfer capability. SCP and SFTP secure file transfer will not function unless SSH is also enabled.

[mac <mac-type>]

Allows configuration of the set of MACs that can be selected. Valid types are:

hmac-md5

hmac-sha1

hmac-sha1-96

hmac-md5-96

Default: All MAC types are available.

Use the no form of the command to disable a MAC type.

7-17