etsysSshOperKeyType
ENTERASYS-SSH-SERVER-MIB ·
.1.3.6.1.4.1.5624.1.2.26.1.5.4
Object
scalar
deprecated
Enumeration
Indicates the type of the key pair currently in effect on the managed entity. The value of the etsysSshAdminKeyType object is copied to the etsysSshOperKeyType object upon successful completion of the (re)creation of a key pair. A value of none indicates that due to the failure of the initial key pair generation there is no active key pair.
Context
- MIB
- ENTERASYS-SSH-SERVER-MIB
- OID
.1.3.6.1.4.1.5624.1.2.26.1.5.4- Type
- scalar
- Access
- readonly
- Status
- deprecated
- Parent
- etsysSshServerKeyBranch
- Siblings
- 3
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dsa768 |
2 | rsa768 |
3 | dsa1024 |
4 | rsa1024 |
5 | dsa2048 |
6 | rsa2048 |
7 | dsa3072 |
8 | rsa3072 |
9 | dsa512 |
10 | rsa512 |
99 | none |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| etsysSshGenerateHostKeys deprecated Causes the host to generate a new private/public host
key pair, using the cipher algorithm currently selected
in etsysSshAdminKeyType. Note that this can be compute
intensive on… | scalar | Enumeration | .1.3.6.1.4.1.5624.1.2.26.1.5.1 |
| etsysSshPublicHostKey deprecated The host's public key, of type etsysSshOperKeyType. | scalar | OctetString | .1.3.6.1.4.1.5624.1.2.26.1.5.2 |
| etsysSshAdminKeyType deprecated Determines the type of the key pair to be (re)created
on the next key (re)creation operation. The
etsysSshOperKeyType object returns the type of
key that is currently being used… | scalar | Enumeration | .1.3.6.1.4.1.5624.1.2.26.1.5.3 |