sshSecurityLevel
MX-CLI-MIB ·
.0.2700.1.1100.300
Object
scalar
r/w
Enumeration
SSH Security Level
Selects the encryption group for the required security level.
* Permissive: All available encryption algorithms are
allowed. Should be used only if SSH clients cannot connect
properly.
+ cipher: aes256-ctr, aes256-cbc, aes128-ctr,
aes128-cbc, 3des-ctr, 3des-cbc
+ mac: hmac-sha1, hmac-sha2-256
+ key exchange: diffie-hellman-group1-sha1,
diffie-hellman-group14-sha1,
diffie-hellman-group14-sha256, ecdh-sha2-nistp256,
ecdh-sha2-nistp384, ecdh-sha2-nistp521,
curve25519-sha256@libssh.org
* Standard: Good compromise between security and
interoperability. Weakest encryption algorithms are
excluded.
+ cipher: aes256-ctr, aes128-ctr
+ mac: hmac-sha1, hmac-sha2-256
+ key exchange: diffie-hellman-group14-sha1,
diffie-hellman-group14-sha256, ecdh-sha2-nistp256,
ecdh-sha2-nistp384, ecdh-sha2-nistp521,
curve25519-sha256@libssh.org
* Most Secure: Only the most secure encryption algorithms
are included. May not work for some SSH clients.
+ cipher: aes256-ctr
+ mac: hmac-sha2-256
+ key exchange: ecdh-sha2-nistp256, ecdh-sha2-nistp384,
ecdh-sha2-nistp521, curve25519-sha256@libssh.org
Context
- MIB
- MX-CLI-MIB
- OID
.0.2700.1.1100.300- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sshGroup
- Siblings
- 2
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | permissive |
200 | standard |
300 | mostSecure |