etsysSshCiphers
ENTERASYS-SSH-SERVER-MIB ·
.1.3.6.1.4.1.5624.1.2.26.1.3.1
Object
scalar
deprecated
r/w
Enumeration
Specifies the ciphers to use for encrypting the session. Current enumerated types, DES, 3DES, Blowfish, Arcfour, Twofish, and CAST128 are supported. Special values to this option are any, anystd, that allows only standard (see below) ciphers, and anycipher that allows either any available cipher or excludes non-encrypting cipher mode none but allows all others. anystdcipher is the same as above, but includes only those ciphers mentioned in the IETF-SecSH-draft (excluding 'none').
Context
- MIB
- ENTERASYS-SSH-SERVER-MIB
- OID
.1.3.6.1.4.1.5624.1.2.26.1.3.1- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- etsysSshCryptoBranch
- Siblings
- 3
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | anyStdCipher |
2 | anyCipher |
3 | des |
4 | tripleDes |
5 | blowfish |
6 | arcFour |
7 | twofish |
8 | cast128 |
9 | aes |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| etsysSshMACs deprecated Specifies the MAC (Message Authentication Code) algorithm
to use for data integrity verification. Currently enumerated
types, hmacSha1, hmacSha1Dash96, hmacMd5, hmacMd5Dash96,
… | scalar | Enumeration | .1.3.6.1.4.1.5624.1.2.26.1.3.2 |
| etsysSshRekeyIntervalSeconds deprecated Specifies the number of seconds after which the key
exchange is done again. A value of 0 (zero) turns re-key
requests off. This does not prevent the client from
requesting re-k… | scalar | seconds Integer32 | .1.3.6.1.4.1.5624.1.2.26.1.3.3 |
| etsysSshRandomSeed deprecated Specifies optional additional entropy information that
will be merged with the seed for the random number
generator. | scalar | OctetString | .1.3.6.1.4.1.5624.1.2.26.1.3.4 |