Configure Ssh_Keygen Encrypt; Configure Ssh_Keygen Generate - Avaya 2330 Reference Manual

Advanced gateway
Hide thumbs Also See for 2330:
Table of Contents

Advertisement

Example
AG/configure/ssh_keygen# digest ag2330.pub fingerprint

configure ssh_keygen encrypt

Use this command to encrypt a private key file. The private key used for secure shell server
should not be passphrase protected because you must be able to start the secure shell server
without manual intervention. This command can be used to encrypt the private key with keys
unique to the AG2330. The "no" form of the command can be used to decrypt the file.
Syntax
encrypt <private-key-filename>
Example
AG/configure/ssh_keygen# encrypt testfile

configure ssh_keygen generate

Use this command to generate host and user authentication keys.
Syntax
generate {rsa | dsa} [outfile <filename>] [passphrase "<passphrase>"]
[bits <512-2048>] [comment "<comment>"]
Table 312: Variable definitions
{rsa | dsa}
[outfile <filename>]
[passphrase "<passphrase>"]
Command Line Reference
Variable
Value
Specifies the type of key to generate, either
RSA or DSA.
Specifies the name of the files to contain the
generated keys. The private key is stored in
a file with the provided file name, while the
public key is stored in a file with the same
name with the extension .pub. The default file
name is shrsakey for RSA keys, and
shdsakey for DSA keys.
Specifies the passphrase to encrypt the key
file. The default is a null string. The
passphrase variable must be specified within
double quotes. This option should not be set
when generating host keys.
configure ssh_keygen encrypt
August 2013
293

Advertisement

Table of Contents
loading

Table of Contents