sshGenKey
LUXN-MIB ·
.1.3.6.1.4.1.4253.4.3.2.4
Object
scalar
mandatory
r/w
Enumeration
Setting this element to genDssKey(2) will cause a new DSS key to be generated. The process of generating a new key can take some time (several minutes) and may cause significant system slowdown until the process is complete. Reading this element will always return other(1).
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.4.3.2.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- sshSecMgmt
- Siblings
- 3
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | genDssKey |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sshMode mandatory Enables or disables the SSH server. Enabling
SSH will disable the built in telnet server.
Disabling SSH will enable the telnet server. | scalar | Enumeration | .1.3.6.1.4.1.4253.4.3.2.1 |
| sshKeySize mandatory The size (in bits) of the DSS key to generate.
Key size must be a multiple of 8 and between 512
and 1024 bits. | scalar | Integer32 | .1.3.6.1.4.1.4253.4.3.2.2 |
| sshMaxSessions mandatory The maximum number of SSH sessions that can be
active at one time. Setting this element will
also affect the number of telnet sessions that
can be active at a time. | scalar | Integer32 | .1.3.6.1.4.1.4253.4.3.2.3 |