Cisco Cisco Packet Data Gateway (PDG)

Descargar
Página de 1824
ssh
Connects to a remote host using a secure shell (SSH) interface.
Product
All
Privilege
Security Administrator, Administrator, Operator
Command Modes
Exec
The following prompt is displayed in the Exec mode:
[local]
host_name
#
Syntax Description
ssh { host_name host_ip_address } [ port port_num ] [ user user_name]
host_name | host_ip_address
Identifies the remote node with which to attempt connection.
host_name: specifies the remote node using its logical host name which must be resolved via DNS lookup.
This is an alphanumeric string of 1 through 127 characters.
host_ip_address: specifies the remote node using its assigned IP address in IPv4 dotted-decimal or IPv6
colon-separated-hexadecimal notation.
port port_num
Specifies a specific port for connection as an integer from 1 through 65535. Default = 22
user user_name
Specifies the user name attempting connection as an alphanumerical string from 1 through 1024 characters.
Usage Guidelines
SSH connects to a remote network element using a secure interface.
Examples
The following connects to remote host remoteABC as user user1.
ssh remoteABC user user1
The following connects to remote host 10.2.3.4 without any default user.
ssh 10.2.3.4
The following connects to remote host 10.2.3.4 via port 2047 without any default user.
ssh 10.2.3.4 port 2047
Command Line Interface Reference, Modes E - F, StarOS Release 19    
701
Exec Mode Commands (D-S)
ssh