Reference Guide
Field Description
Host(s) Displays the terminal line status.
Location Displays the IP address of the user.
Example
Dell#show user
Line User Host(s) Location
0 console 0 admin idle
* 3 vty 1 admin idle 172.31.1.4
Dell#
Related Commands ssh — enables a user.
ssh
Open an SSH connection specifying the host name, username, port number and version of the SSH client.
Dell Networking OS supports both inbound and outbound SSH sessions using IPv4 addressing. Inbound SSH supports accessing the
system through the management interface as well as through a physical Layer 3 interface.
Syntax
ssh {hostname | ipv4 address} [-| 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 followed by 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 followed by 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
Supported Modes All Modes
Command History
Version Description
9.4(0.0) Supported on the FN I/O Aggregator.
Example
Dell#ssh 123.12.1.123 -l ashwani -p 5005 -v 2
username
Establish an authentication system based on user names.
Syntax
username name [nopassword | {password | secret} [encryption-type] password]
[privilege level]
If you do not want a specic user to enter a password, use the nopassword option.
To delete authentication for a user, use the no username name command.
293