cadSshPublicKeyAuthFirst
CADANT-AAA-MIB ·
.1.3.6.1.4.1.4998.1.1.40.1.9.17
Object
scalar
SNMPv2-TCTruthValue
If both cadSshPublicKeyAuthEnabled and cadSshPublicKeyAuthRequired are set to true(1), then this object may set to true(1). Otherwise, attempts to set this object to true(1) will fail. If set to true(1) and cadSshPasswordAuthRequired is set to true, then the SSH server will required public key authentication to preceed password authentication.
Context
- MIB
- CADANT-AAA-MIB
- OID
.1.3.6.1.4.1.4998.1.1.40.1.9.17- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cadSshConfig
- Siblings
- 17
Values & Constraints
Type Values
1 | true |
2 | false |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cadSshEnabled The current adminstative status of the SSH server. True implies
the SSH server is active. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.1 |
| cadSshPublicKey The SSH server's public key. | scalar | PemKey | .1.3.6.1.4.1.4998.1.1.40.1.9.11 |
| cadSshPrivateKey The SSH server private key | scalar | PemKey | .1.3.6.1.4.1.4998.1.1.40.1.9.12 |
| cadSshCiphers SSH message encryption ciphers | scalar | CADANT-TCSshCipher | .1.3.6.1.4.1.4998.1.1.40.1.9.13 |
| cadSshPortForwardingEnabled Set this object to true(1) if SSH port forwarding is to be enabled. Otherwise,
this object should be false(2) if SSH port forwarding is disabled. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.14 |
| cadSshPasswordAuthRequired If cadSshPasswordAuthEnabled is set to true(1), then setting
cadSshPasswordAuthRequired to true(1) instructs the SSH server to require
password authentication from connecting clie… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.15 |
| cadSshPublicKeyAuthRequired If cadSshPublicKeyAuthEnabled is set to true(1), then setting
cadSshPublicKeyAuthRequired to true(1) instructs the SSH server to require
public key authentication from connecting … | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.16 |
| cadSshMaxAuthFailures The SSH server will reject clients who fail to authorize after this many
attempts. | scalar | Unsigned32 | .1.3.6.1.4.1.4998.1.1.40.1.9.18 |
| cadSshServerKeyType The SSH server key type (DSA-1024 or RSA-2048). | scalar | CADANT-TCSshKeyType | .1.3.6.1.4.1.4998.1.1.40.1.9.19 |
| cadSshPort Port on which the SSH server listens. | scalar | Integer32 | .1.3.6.1.4.1.4998.1.1.40.1.9.2 |
| cadSshKeyExchange The SSH server key exhange method. | scalar | CADANT-TCSshKeyExchangeMethod | .1.3.6.1.4.1.4998.1.1.40.1.9.20 |
| cadSshSessionIdleTimeout Seconds the SSH server will allow an established connection to
remain idle connection before terminating it. 0 implies an unlimited
idle timeout. | scalar | Integer32 | .1.3.6.1.4.1.4998.1.1.40.1.9.3 |
| cadSshMaxClients Maximum number of active SSH clients allowed by the SSH server.
0 implies the upper range of 20. | scalar | Integer32 | .1.3.6.1.4.1.4998.1.1.40.1.9.4 |
| cadSshPasswordAuthEnabled True means that password authentication is allowed by the SSH server.
False implies that public key authentication must be allowed. Setting
this object fo false(2) will automatic… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.5 |
| cadSshPublicKeyAuthEnabled When true, the SSH server will allow clients to authenticate using a
digital signature. If false, password authentication must be allowed.
Setting this object to false(2) will au… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.6 |
| cadSshCliLoginEnabled When true, the SSH server will allow clients to login into the CLI. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.7 |
| cadSshSecureFtpEnabled When true, the SSH server will allow clients to establish secure
ftp sessions. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4998.1.1.40.1.9.8 |