ssh
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
145
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
SSH
ssh [vrf <vrf-name>] {<ip-address>|<hostname>} <user-name>
[version {1|2}]
DESCRIPTION
This command is entered in the Configuration Mode. Use this command to access
a remote computer by SSH.
PARAMETERS
PLATFORMS SUPPORTED
OmniAccess 5740 USG
EXAMPLE
ALU(config)# ssh 172.25.19.1 root
The authenticity of host '172.25.19.1(172.25.19.1)' can't be
established.
RSA key fingerprint is
b5:b8:c9:6b:0e:28:df:a8:b0:06:7a:23:7f:03:96:6b.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '172.25.19.1' (RSA) to the list of
known hosts.
root@172.25.19.1's password:
Last login: Mon Dec 6 17:34:48 2004
[root@linux-sw root]# exit
logout
Connection to 172.25.19.1 closed.
RELEASE HISTORY
Release 2.3: parameter vrf <vrf-name> was added.
Parameter Description
vrf-name Name of the VRF. If the VRF name is specified,
the packets will be routed using the routing
table of the specified VRF on a interface
associated with the VRF.
ip-address IP Address of the remote system.
hostname Host name of the remote system.
user-name The login/user name to be used.
version {1|2} SSH version number - version 1 or version 2.