TAP Series Switch Command Line Reference
Command Mode
Global Configuration
Default
None
Usage
Use this command to create a key.
Use the no form of this command to delete the key.
Examples
The following example creates a key named test, length is 768:
Switch(config)# rsa key test generate 768
Generating RSA private key, 768 bit long modulus
Please waiting for a moment: done!
Public exponent is 65537 (0x10001)
Generate RSA key successfully
The following example deletes the key:
Switch(config)# no rsa key test
Related Commands
show rsa key
rsa key
Use this command to import a key.
Command Syntax
rsa key RSAKEYNAME import mgmt-if url STRING (private | public ) ( der | der-hex | pem
( PASSPHRASE |)| ssh1 ( PASSPHRASE |) | ssh2 ( PASSPHRASE |) )