hwSSHUserAuthType
HUAWEI-SSH-MIB ·
.1.3.6.1.4.1.2011.5.25.118.1.11.1.4
Object
column
r/w
Enumeration
The object specifies the authentication type of SSH user. The default authentication type is authPASSWORD. Options: 1. authNULL(1) -No authenticate. 2. authPASSWORD(2) -Password authentication. 3. authRSA(3) -RSA key authentication. 4. authRSAorPASSWORDorED25519(4) -Password or RSA key or ED25519 key authentication. 5. authRSAandPASSWORD(5) -Password and RSA key authentication. 6. authDSA(6) -DSA key authentication. 7. authDSAandPASSWORD(7) -Password or DSA key authentication. 8. authAny(8) -Any authentication. 9. authECC(9) -ECC key authentication. 10.authECCandPASSWORD(10) -Password and ECC key authentication. 11.authSM2(11) -SM2 key authentication. 12.authSM2andPASSWORD(12) -Password and SM2 key authentication. 13. authX509V3RSA(13) -X509V3RSA key authentication. 14. authX509V3RSAandPASSWORD(14) -Password and X509V3RSA key authentication. 15. authED25519(15) -ED25519 key authentication. 16. authED25519andPASSWORD(16) -Password and ED25519 key authentication.
Context
- MIB
- HUAWEI-SSH-MIB
- OID
.1.3.6.1.4.1.2011.5.25.118.1.11.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwSSHUserEntry
- Table
- hwSSHUserTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | authNULL |
2 | authPASSWORD |
3 | authRSA |
4 | authRSAorPASSWORDorED25519 |
5 | authRSAandPASSWORD |
6 | authDSA |
7 | authDSAandPASSWORD |
8 | authAny |
9 | authECC |
10 | authECCandPASSWORD |
11 | authSM2 |
12 | authSM2andPASSWORD |
13 | authX509V3RSA |
14 | authX509V3RSAandPASSWORD |
15 | authED25519 |
16 | authED25519andPASSWORD |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| hwSSHUserIndex The object specifies the index of hwSSHUserTable. | column | Integer32 | .1.3.6.1.4.1.2011.5.25.118.1.11.1.1 |
| hwSSHUserName The object specifies the name of a SSH user. The maximum length of the node is 255. | column | OctetString | .1.3.6.1.4.1.2011.5.25.118.1.11.1.2 |
| hwSSHUserAssignKey The object specifies is a peer public key for a SSH user.
This peer public key on the SSH server must exist and associate with hwRSAPublicKeyName. | column | OctetString | .1.3.6.1.4.1.2011.5.25.118.1.11.1.3 |
| hwSSHUserServiceType The object specifies the service type of SSH user.
Options:
1. servicetypeNULL(1) -default service type.
2. servicetypeSTELNET(2) -The service type of the SSH user is STELNET… | column | Enumeration | .1.3.6.1.4.1.2011.5.25.118.1.11.1.5 |
| hwSSHUserSftpDirectory The object specifies the working directory for the sftp user.
The total length of absolute path is 128,the length of single directory is 128. | column | OctetString | .1.3.6.1.4.1.2011.5.25.118.1.11.1.6 |
| hwSSHUserAuthorizationCMD The object specifies the authorization type of SSH user. When authorizationAAA is specified,
the SSH user will be authorizated by HWTACACS server. The default authorization is aut… | column | Enumeration | .1.3.6.1.4.1.2011.5.25.118.1.11.1.7 |
| hwSSHUserRowStatus The object specifies the status of this entry.
When the status is active(1), hwSSHUserAssignKey, hwSSHUserAuthType,
hwSSHUserServiceType, hwSSHUserSftpDirectory, and hwSSHUserAut… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.2011.5.25.118.1.11.1.8 |
| hwSSHUserAssignKeyType The object specifies the public key type of SSH user.
Options:
1. keyTypeNULL(0) -The public key type of SSH user is NULL.
2. keyTypeRSA(1)-The public key type of SSH user is RSA.… | column | Enumeration | .1.3.6.1.4.1.2011.5.25.118.1.11.1.9 |