This table is used for querying and setting the information about SSH user.
The index of the table is hwSSHUserIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.118.1.11.1.1 |
hwSSHUserIndex |
Integer32{(1,200)} |
not-accessible |
The object specifies the index of hwSSHUserTable. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.2 |
hwSSHUserName |
OCTET STRING{(1,255)} |
read-create |
The object specifies the name of a SSH user. The maximum length of the node is 255. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.3 |
hwSSHUserAssignKey |
OCTET STRING{(0,64)} |
read-create |
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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.4 |
hwSSHUserAuthType |
INTEGER{authNULL(1),authPASSWORD(2),authRSA(3),authRSAorPASSWORD(4),authRSAandPASSWORD(5),authDSA(6),authDSAandPASSWORD(7),authAny(8),authECC(9),authECCandPASSWORD(10),authSM2(11),authSM2andPASSWORD(12),authX509V3RSA(13),authX509V3RSAandPASSWORD(14)} |
read-create |
The object specifies the authentication type of SSH user. The default authentication type is authPASSWORD. The value is an enumerated type and case sensitive, which can be: 1. authNULL(1) -No authenticate. 2. authPASSWORD(2) -Password authentication. 3. authRSA(3) -RSA key authentication. 4. authRSAorPASSWORD(4) -Password or RSA 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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.5 |
hwSSHUserServiceType |
INTEGER{servicetypeNULL(1),servicetypeSTELNET(2),servicetypeSFTP(3),servicetypeALL(4),servicetypeSNetConf(5),servicetypeSftpSNetConf(6),servicetypeSTelnetSftp(7),servicetypeSTelnetSNetConf(8)} |
read-create |
The object specifies the service type of SSH user. The value is an enumerated type and case sensitive, which can be: 1. servicetypeNULL(1) -default service type. 2. servicetypeSTELNET(2) -The service type of the SSH user is STELNET. 3. servicetypeSFTP(3) -The service type of the SSH user is SFTP. 4. servicetypeALL(4) -The service type of the SSH user is all. 5. servicetypeSNetConf(5) -The service type of the SSH user is SNetConf. 6. servicetypeSftpSNetConf(6) -The service type of the SSH user is Sftp and SNetConf. 7. servicetypeSTelnetSftp(7) -The service type of the SSH user is STelnet and Sftp. 8. servicetypeSTelnetSNetConf(8) -The service type of the SSH user is STelnet and SNetConf. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.6 |
hwSSHUserSftpDirectory |
OCTET STRING{(0,255)} |
read-create |
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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.8 |
hwSSHUserRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The object specifies the status of this entry. When the status is active(1), hwSSHUserAssignKey, hwSSHUserAuthType, hwSSHUserServiceType, hwSSHUserSftpDirectory, and hwSSHUserAuthorizationCMD's value in the entry are allowed to be modified. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.118.1.11.1.9 |
hwSSHUserAssignKeyType |
INTEGER{keyTypeNULL(0),keyTypeRSA(1),keyTypeDSA(2),keyTypeECC(3),keyTypeSM2(5),keyTypePKI(6)} |
read-create |
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. 3. keyTypeDSA(2)-The public key type of SSH user is DSA 4. keyTypeECC(3)-The public key type of SSH user is ECC 5. keyTypeSM2(5)-The public key type of SSH user is SM2 6. keyTypePKI(6)-The public key type of SSH user is PKI. |
This object is implemented as defined in the corresponding MIB files. |