для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 1952
ssh
Generates public/private key pairs for use with the configured Secure Shell (SSH) server and sets the
public/private key pair to specified values.
Product
All
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration
configure > context context_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-ctx)#
Syntax Description
ssh { generate key | key data length octets } [ type { v1-rsa | v2-rsa | v2-dsa } ]
no ssh key [ type { v1-rsa | v2-rsa | v2-dsa } ]
no ssh key [ type { v1-rsa | v2-rsa | v2-dsa } ]
This command clears configured SSH keys. If type is not specified, all SSH keys are cleared.
generate key
Generates a public/private key pair which is to be used by the SSH server. The generated key pair is in use
until the command is issued again.
In Release 19.2 and higher, the v2-dsa keyword is removed in tthe ssh generate key type syntax.
Important
key data length octets
Sets the public/private key pair to be used by the system where data is the encrypted key and length is the
length of the encrypted key in octets. data must be an alphanumeric string of 1 through 1023 characters and
octets must be a value in the range of 0 through 65535.
In Release 19.2 and higher, the v2-dsa keyword is cconcealed in the ssh key name length key_length type
v2-rsa 
syntax.
Important
   Command Line Interface Reference, Modes C - D, StarOS Release 19
962
Context Configuration Mode Commands S-Z
ssh