Send documentation comments to mdsfeedback-doc@cisco.com
21-47
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 21 S Commands
ssh
ssh
To initiate a Secure Shell (SSH) session, use the ssh command in EXEC mode.
ssh {hostname | userid@hostname}
Syntax Description
Defaults The default user name is admin.
Command Modes EXEC mode.
Command History
Usage Guidelines None.
Examples The following example shows how to initiate an SSH session using a host name.
switch# ssh host1
admin@1host1's password:
The following example shows how to initiate an SSH session using a host IP address.
switch# ssh 10.2.2.2
admin@10.1.1.1's password:
The following example shows how to initiate an SSH session using a user name host name.
switch# ssh user1@host1
user1@1host1's password:
Related Commands
hostname Specifies the name or IP address of the host to access.
userid Specifies a user name on a host.
Release Modification
1.0(2) This command was introduced.
Command Description
show ssh key Displays SSH key information.
ssh server enable Enables SSH server.