C613-50631-01 Rev A Command Reference for IE340 Series 3335
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SECURE SHELL (SSH) COMMANDS
SSH
ssh
Overview Use this command to initiate a Secure Shell connection to a remote SSH server.
If the server requests a password to login, you need to type in the correct password
at the “Password:” prompt.
An SSH client identifies the remote SSH server by its public key registered on the
client device. If the server identification is changed, server verification fails. If the
public key of the server has been changed, the public key of the server must be
explicitly added to the known host database.
NOTE: A hostname specified with SSH cannot begin with a hyphen (-) character.
Syntax
ssh [ip|ipv6] [user <username>|port <1-65535>|version 2]
<remote-device> [<command>]
Syntax in secure
mode
ssh [cipher
{aes128-cbc|aes256-cbc|aes128-ctr|aes192-ctr|aes256-ctr}]
[hmac {hmac-sha2-256}] ď€
[public-key {ecdsa-sha2-nistp256|ecdsa-sha2-nistp384}]
[key-exchange {ecdh-sha2-nistp256|ecdh-sha2-nistp384}]
[ip|ipv6] [user <username>|port <1-65535>|version 2]
<remote-device> [<command>]
Parameter Description
cipher The supported cipher name.
Select either: aes128-cbc or aes256-cbc.
hmac The supported hmac name: hmac-sha2-256
public-key The supported public-key name.
Select either:
ecdsa-sha2-nistp256 or ecdsa-sha2-nistp384
key-exchange The supported key-exchange name.
Select either:
ecdsa-sha2-nistp256 or ecdsa-sha2-nistp384
ip Specify IPv4 SSH.
ipv6 Specify IPv6 SSH.
user Login user. If user is specified, the username is used for login
to the remote SSH server when user authentication is
required. Otherwise the current user name is used.
<username> User name to login on the remote server.
port SSH server port. If port is specified, the SSH client connects to
the remote SSH server with the specified TCP port. Other-
wise, the client port configured by “ssh client” command or
the default TCP port (22) is used.
<1-65535> TCP port.