mmSshClientAuthPubKeyIndex
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.2
Object
column
mandatory
Integer32
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 number of keys associated
with a particular remote access Id.
An addition always causes the value of N to increase
by one, effectively adding an entry after the
existing keys for that remote access Id.
If an entry is deleted from the table by
setting mmSshClientAuthPubKeyEntryStatus = invalid,
the key associated with that entry is deleted.
If the deleted key was not the last key for
a remote access Id (mmSshClientAuthPubKeyIndex is
not the 'last' or Nth entry), the subsequent entries
are renumbered after the deletion. A deletion
always causes the value of N to decrease by one.
The underlying SSH server implementation searches
the keys in order from 1 to N when attempting public
key authentication.
NOTE:A maximum of 4 public keys can be installed
for one remote access Id.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- mmSshClientAuthPubKeyEntry
- Table
- mmSshClientAuthPubKeyTable
- Siblings
- 9
Syntax
Integer32
- Source
- COPS-PR-SPPIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| mmSshClientAuthRemoteAccessIdIndex 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.2.4.1.6.1.1.1 |
| mmSshClientAuthPubKeyUserId mandatory The userid for the key entry. | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.10 |
| mmSshClientAuthPubKeyType mandatory The type of the SSH public key represented by
this entry. | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.3 |
| mmSshClientAuthPubKeySize mandatory The size of the SSH public key represented by
this entry. | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.4 |
| mmSshClientAuthPubKeyFingerprint 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.2.4.1.6.1.1.5 |
| mmSshClientAuthPubKeyAcceptFrom mandatory This is a filter that describes the set of SSH client
IP addresses and host names that can establish
SSH connections to the MM authenticated by the public key
represented by this … | column | OctetString | .1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.6 |
| mmSshClientAuthPubKeyComment 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.2.4.1.6.1.1.7 |
| mmSshClientAuthPubKeyAction mandatory import(1) starts the TFTP file transfer of an SSH
client authentication public key from the TFTP
server to the MM. The import operation is only
accepted if the associated RemoteAc… | column | Enumeration | .1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.8 |
| mmSshClientAuthPubKeyEntryStatus 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 mmSshCli… | column | EntryStatus | .1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.9 |