1242
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
S
ECURE
S
HELL
(SSH) C
OMMANDS
CRYPTO
KEY
DESTROY
HOSTKEY
crypto key destroy hostkey
Overview
This command deletes the existing public and private keys of the SSH server. Note
that for an SSH server to operate it needs at least one set of hostkeys configured
before an SSH server is started.
Syntax
crypto key destroy hostkey {dsa|rsa|rsa1}
Mode
Global Configuration
Example
To destroy the RSA host key used for SSH version 2 connections, use the
commands:
awplus#
configure terminal
awplus(config)#
crypto key destroy hostkey rsa
Related
Commands
crypto key generate hostkey
service ssh
Parameters
Description
dsa
Deletes the existing DSA public and private keys.
rsa
Deletes the existing RSA public and private keys configured for SSH
version 2 connections.
rsa1
Deletes the existing RSA public and private keys configured for SSH
version 1 connections.