beautypg.com

Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1410

background image

Secure Shell (SSH) Commands

Software Reference for x310 Series Switches

54.28

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

Mode

User Exec and Privileged Exec

Examples

To login to the remote SSH server at 192.0.2.5, use the command:

To login to the remote SSH server at 192.0.2.5 as user manager, use the command:

To login to the remote SSH server at 192.0.2.5 that is listening TCP port 2000, use the
command:

To login to the remote SSH server with example_host using IPv6 session, use the
command:

To run the cmd command on the remote SSH server at 192.0.2.5, use the command:

Related Commands

crypto key generate userkey
crypto key pubkey-chain knownhosts
debug ssh client
ssh client

<hostname>

IPv4/IPv6 address or hostname of a remote server in the format
a.b.c.d

for an IPv4 address, or in the format x:x::x:x for an

IPv6 address corresponding to the ip or ipv6 optional keywords
used. Note that any hostname specified with ssh cannot begin with
a hyphen (-) character.

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(cont

Description(cont.)

awplus#

ssh ip 192.0.2.5

awplus#

ssh ip user manager 192.0.2.5

awplus#

ssh port 2000 192.0.2.5

awplus#

ssh ipv6 example_host

awplus#

ssh ip 192.0.2.5 cmd