Ssh Commands - ZyXEL Communications XS3800-28 Cli Reference Manual

Hide thumbs Also See for XS3800-28:
Table of Contents

Advertisement

Use these commands to configure SSH on the Switch.
83.1 Command Summary
The following section lists the commands for this feature.
Table 195 ssh Command Summary
COMMAND
show ssh
show ssh session
show ssh known-hosts
ssh known-hosts <host-ip>
<1024|ssh-rsa|ssh-dsa> <key>
no ssh known-hosts <host-ip>
no ssh known-hosts <host-ip>
<1024|ssh-rsa|ssh-dsa>
show ssh key <rsa1|rsa|dsa>
no ssh key <rsa1|rsa|dsa>
ssh <1|2> <[user@]dest-ip>
[command </>]
83.2 Command Examples
This example disables the secure shell RSA1 encryption key and removes remote hosts 172.165.1.8 and
172.165.1.9 (with an SSH-RSA encryption key) from the list of known hosts.
sysname(config)# no ssh key rsa1
sysname(config)# no ssh known-hosts 172.165.1.8
sysname(config)# no ssh known-hosts 172.165.1.9 ssh-rsa

SSH Commands

DESCRIPTION
Displays general SSH settings.
Displays current SSH session(s).
Displays known SSH hosts information.
Adds a remote host to which the Switch can access using
SSH service.
Removes the specified remote hosts from the list of all
known hosts.
Removes the specified remote hosts with the specified
public key (1024-bit RSA1, RSA or DSA).
Displays internal SSH public and private key information.
Disables the secure shell server encryption key. Your Switch
supports SSH versions 1 and 2 using RSA and DSA
authentication.
Connects to an SSH server with the specified SSH version
and, optionally, adds commands to be executed on the
server.
Ethernet Switch CLI Reference Guide
311
C
H A P T E R
83
M
P
E
3
E
3
E
3
C
13
C
13
C
13
E
3
C
13
E
3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents