Command
History
Version 9.5(0.0)
Introduced on the Z9000, S6000, S4820T, S4810, MXL.
Related
Commands
userrole
, username
ssh
Open an SSH connection specifying the host name, username, port number and version of the SSH
client.
Syntax
ssh {
hostname
|
ipv4 address
} [-l
username
| -p
port-number
| -
v {1 | 2}]
Parameters
hostname
(OPTIONAL) Enter the IP address or the host name of the
remote device.
ipv4 address
(OPTIONAL) Enter the IP address in dotted decimal format
A.B.C.D.
-l
username
(OPTIONAL) Enter the keyword
-l
then the user name used
in this SSH session. The default is the user name of the user
associated with the terminal.
-p
port-
number
(OPTIONAL) Enter the keyword
-p
then the port number.
The range is from 1 to 65536. The default is
22
.
-v {1 | 2}
(OPTIONAL) Enter the keyword
-v
then the SSH version 1 or
2. The default is the version from the protocol negotiation.
Defaults
As shown in the
Parameters
section.
Command
Modes
EXEC Privilege
Command
History
Version 8.3.16.1
Introduced on the MXL 10/40GbE Switch IO Module.
Usage
Information
The system supports both inbound and outbound SSH sessions using IPv4 or IPv6
addressing. Inbound SSH supports accessing the system through the management
interface as well as through a physical Layer 3 interface.
Example
Dell#ssh 10.16.151.48 -l anvltest
Trying 10.16.151.48...
01:18:16: %STKUNIT0-M:CP %SEC-5-SSH_USAGE: Initiated SSH
Client v2 (FIPS Disabled) to anvltest@10.16.151.48 by default
from console
anvltest@10.16.151.48's password:
Last login: Thu Jan 5 00:17:47 2012 from login-maa-101
[anvltest@dt-maa-linux-1 ~]# exit
1200
Security