C613-50631-01 Rev A Command Reference for IE340 Series 3336
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
Mode User Exec and Privileged Exec
Usage notes This command contains some additional security parameters (cipher, hmac,
public-key, and key exchange). To access these parameters you must enable
Secure Mode on the device by using the command: crypto secure-mode.
awplus(config)# crypto secure-mode
Examples To login to the remote SSH server at 192.0.2.5, use the command:
awplus# ssh ip 192.0.2.5
To login to the remote SSH server at 192.0.2.5 as user ‘manager’, use the command:
awplus# ssh ip user manager 192.0.2.5
To login to the remote SSH server at 192.0.2.5 that is listening on TCP port 2000, use
the command:
awplus# ssh port 2000 192.0.2.5
To login to the remote SSH server ‘example_host’ using an IPv6 session, use the
command:
awplus# ssh ipv6 example_host
To run the cmd command on the remote SSH server at 192.0.2.5, use the
command:
awplus# ssh ip 192.0.2.5 cmd
Related
commands
crypto key generate userkey
crypto secure-mode
crypto key pubkey-chain knownhosts
debug ssh client
ssh client
Command
changes
Version 5.4.6-2.1: VRF-lite support added for AR-Series devices.
Version 5.4.8-1.2: secure mode syntax added for x220, x930, x550, XS900MX.
Version 5.4.8-2.1: secure mode syntax added for x950, SBx908 GEN2.
version SSH client version. From 5.5.1-1.1 onwards, SSH only supports
version 2.
<remote-device> IPv4/IPv6 address or hostname of a remote server. The
address is in the format A.B.C.D for an IPv4 address, or in the
format X:X::X:X for an IPv6 address. Note that a hostname
specified with SSH cannot begin with a hyphen (-) character.
<command> A command to execute on the remote server. If a command is
specified, the command is executed on the remote SSH server
and the session is disconnected when the remote command
finishes.
Parameter Description