sshHostKeyGenAction
ECS4620-MIB ·
.1.3.6.1.4.1.259.10.1.41.1.17.6.24
Object
scalar
r/w
Enumeration
This variable is for host key generating.
For the set behavior:
Set it to genRsaKey(2) to generate the RSA host key,
and to genDsaKey(3) to generate the DSA host key,
if genBothKeys(4) is set, both RSA and DSA host key are
generated.
For the get behavior:
You will get genRsaKey(2), genDsaKey(3) or
genBothKeys(4) when the key gen action is in progress.
otherwise, you will get noGen(1).
Context
- MIB
- ECS4620-MIB
- OID
.1.3.6.1.4.1.259.10.1.41.1.17.6.24- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sshMgt
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noGen |
2 | genRsaKey |
3 | genDsaKey |
4 | genBothKeys |