sshClientAuthPubKeyAction
IMM-MIB ·
.1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.8
Object
column
mandatory
r/w
Enumeration
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 RemoteAccessIdsEntry row
is configured and the current value of
sshClientAuthPubKeyEntryStatus is underCreation(3)
or valid(1), if the current value of sshClientAuthPubKeyEntryStatus
is valid(1), it will replace the key with a new key,
If the import is successful the value of
sshClientAuthPubKeyRowStatus changes to valid(1).
export(2) starts the TFTP file transfer of an SSH
client authentication public key from the AMM to the TFTP
server. The export operation is only accepted if
the current value of sshClientAuthPubKeyEntryStatus
is valid(1).
NOTE: Users should compare the fingerprint value
sshClientAuthPubKeyFingerprint to the
fingerprint of client authentication key files
imported or exported using the TFTP file transfer
protocol to guard against possible file corruption.
Value returned for the GET command is meaningless
for this MIB object.
Context
- MIB
- IMM-MIB
- OID
.1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- sshClientAuthPubKeyEntry
- Table
- sshClientAuthPubKeyTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | import |
2 | export |
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 |
| sshClientAuthPubKeyEntryStatus mandatory 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 sshClien… | column | EntryStatus | .1.3.6.1.4.1.2.3.51.3.3.1.6.1.1.9 |