sshClientAuthPubKeyEntryStatus
IMM-MIB ·
.1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.9
Object
column
mandatory
r/w
EntryStatus
This object manages the creation and deletion of this entry.
The steps recommended to install and to activate a new client
authorization public key are:
1. Set values for sshClientAuthPubKeyTftpServer,
sshClientAuthPubKeyFileName, sshClientAuthPubKeyFileFormat
2. Create a new entry in this table
sshClientAuthPubKeyEntryStatus = createRequest
3. Import a new key sshClientAuthPubKeyAction = import
This entry will be valid after sshClientAuthPubKeyAction
is successfully imported.
4. Set sshClientAuthPubKeyAcceptFrom and
sshClientAuthPubKeyComment as required.
valid(1) - Indicates that the public key pair represented
by this entry is available for use by the Secure
Shell Server for client authentication.
createRequest(2) - A new entry will be created in this table
for the specified host key pair and the new
entry will transition to the underCreation(3)
state. The operation is only accepted if the
associated RemoteAccessIdsEntry row defining
a local user account is configured.
underCreation(3) - Indicates that this entry exists in the
agent but is unavailable for use. After completing the
create operation, the agent will set this object to
underCreation(3).
invalid(4) - Deletes this entry and any client authentication
public key that may be associated with it.
Context
- MIB
- IMM-MIB
- OID
.1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.9- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- sshClientAuthPubKeyEntry
- Table
- sshClientAuthPubKeyTable
- Siblings
- 8
Syntax
EntryStatus
- Source
- EntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sshClientAuthRemoteAccessIdIndex mandatory The primary table index is the same value as
the associated remoteAccessIdEntryIndex used
as an index into the remoteAccessIdsTable. | column | Integer32 | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.1 |
| sshClientAuthPubKeyIndex mandatory The secondary table index used to select
one of the client authentication public
keys for a particular remote access Id.
The index is an integer value from 1 to N
where N is the n… | column | Integer32 | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.2 |
| sshClientAuthPubKeyType mandatory The type of the SSH public key represented by
this entry. | column | Enumeration | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.3 |
| sshClientAuthPubKeySize mandatory The size of the SSH public key represented by
this entry. | column | Enumeration | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.4 |
| sshClientAuthPubKeyFingerprint mandatory The RSA fingerprint of the SSH public key represented
by this entry.
This value can be used with the SSH client to
verify, on the initial connection, that the Secure Shell
server … | column | OctetString | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.5 |
| sshClientAuthPubKeyAcceptFrom mandatory This is a filter that describes the set of SSH client
IP addresses and host names that can establish
SSH connections to the AMM authenticated by the public key
represented by this… | column | OctetString | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.6 |
| sshClientAuthPubKeyComment mandatory This is a descriptive string that the administrator may
use to help identify the public key represented by this entry.
It serves no function in the operation of the SSH server.
… | column | OctetString | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.7 |
| sshClientAuthPubKeyAction mandatory import(1) starts the TFTP file transfer of an SSH
client authentication public key from the TFTP
server to the AMM. The import operation is only
accepted if the associated RemoteA… | column | Enumeration | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.8 |