![Cisco MDS 9000 Series Command Reference Manual Download Page 1003](http://html.mh-extra.com/html/cisco/mds-9000-series/mds-9000-series_command-reference-manual_212531003.webp)
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
21-65
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.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
[email protected]'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
@
hostname
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.