etsysSshRequiredAuthentications
ENTERASYS-SSH-SERVER-MIB ·
.1.3.6.1.4.1.5624.1.2.26.1.6.3
Object
scalar
deprecated
r/w
Enumeration
Related to AllowedAuthentications, this is used to
specify what authentication methods the users must
complete before continuing. If this value is left
zero, it does not mean that no authentications are
required. It means that the client can authenticate
itself with any of the authentications given in
AllowedAuthentications. This parameter has no default.
Note: This parameter has to be a subset for
AllowedAuthentications. Otherwise, the server denies
connection every time.
Context
- MIB
- ENTERASYS-SSH-SERVER-MIB
- OID
.1.3.6.1.4.1.5624.1.2.26.1.6.3- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- etsysSshAuthBranch
- Siblings
- 2
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAuth |
2 | password |
3 | publickey |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| etsysSshPasswordGuesses deprecated Specifies the number of tries that the user has when
attempting to authenticate using password authentication. | scalar | Integer32 | .1.3.6.1.4.1.5624.1.2.26.1.6.1 |
| etsysSshAllowedAuthentications deprecated This specifies the authentications methods that are
allowed. This is an enumerated list currently consisting
of the following types: password, publickey. Each specifies
an auth… | scalar | Enumeration | .1.3.6.1.4.1.5624.1.2.26.1.6.2 |