Reference record for OID 1.3.6.1.4.1.43.10.4.5.10


parent
1.3.6.1.4.1.43.10.4.5 (ssh)
node code
10
node name
sshClientKeyTable
dot oid
1.3.6.1.4.1.43.10.4.5.10
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) security(4) ssh(5) sshClientKeyTable(10)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) security(4) ssh(5) sshClientKeyTable(10)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) security(4) ssh(5) sshClientKeyTable(10)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) security(4) ssh(5) sshClientKeyTable(10)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) security(4) ssh(5) sshClientKeyTable(10)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) security(4) ssh(5) sshClientKeyTable(10)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/a3Com/generic/security/ssh/sshClientKeyTable
  • /iso/identified-organization/dod/internet/private/enterprises/a3Com/generic/security/ssh/sshClientKeyTable
  • /iso/org/dod/internet/private/enterprise/a3Com/generic/security/ssh/sshClientKeyTable
  • /iso/org/dod/internet/private/enterprises/a3Com/generic/security/ssh/sshClientKeyTable
  • /iso/iso-identified-organization/dod/internet/private/enterprise/a3Com/generic/security/ssh/sshClientKeyTable
  • /iso/iso-identified-organization/dod/internet/private/enterprises/a3Com/generic/security/ssh/sshClientKeyTable
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/43/10/4/5/10

    Description by oid_info

    sshClientKeyTable OBJECT-TYPE
    SYNTAX SEQUENCE OF SshClientKeyEntry
    ACCESS not-accessible
    STATUS mandatory
    DESCRIPTION
    "Table of SSH Client Public Keys.
    More than one Client Public Key can be associated with the same Username."

    View at oid-info.com

    Description by mibdepot

    Table of SSH Client Public Keys.
    More than one Client Public Key can be associated with the same
    Username.

    Parsed from file 3COM0498.MIB.txt
    Company: a3com
    Module: A3COM0498-SECURITY

    Information by oid_info

    Automatically extracted from a file named S3M_AGENT

    Information by mibdepot

    sshClientKeyTable OBJECT-TYPE SYNTAX SEQUENCE OF SshClientKeyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of SSH Client Public Keys. More than one Client Public Key can be associated with the same Username." ::= { ssh 10 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.43)

    Jeremy Siegel

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.43.10.4.5.10.1 sshClientKeyEntry 7 7 An entry (conceptual row) representing an
    SSH Client Public Key.

    Brothers (9)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.43.10.4.5.1 sshRandomSeed 0 0 User supplied string used as input to the seed for
    random number generation.
    The random numbers are used for SSH Host Key Pair ge…
    1.3.6.1.4.1.43.10.4.5.2 sshTftpServer 0 0 IP Address of TFTP server used for
    SSH Client Public Key File download.
    1.3.6.1.4.1.43.10.4.5.3 sshKeyFilename 0 0 The pathname for the SSH Client Public Key File
    to be downloaded from the TFTP server.
    The standard SECSH Public Key File format …
    1.3.6.1.4.1.43.10.4.5.4 sshKeyUserName 0 0 The Username to be associated with the Client Public
    Key File to be downloaded.
    1.3.6.1.4.1.43.10.4.5.5 sshKeyFileAction 0 0 sshKeyFileAction OBJECT-TYPE
    SYNTAX INTEGER {
    notActive (1),
    abortAction (2),
    downloadClientPublicKey (3)
    }
    ACCESS read-write
    S…
    1.3.6.1.4.1.43.10.4.5.6 sshKeyFileStatus 0 0 SSH Client Public Key File TFTP status for the last
    file transfer.

    fileSuccess (1): The file was transferred with
    no …
    1.3.6.1.4.1.43.10.4.5.7 sshUserAuthMethod 0 0 sshUserAuthMethod OBJECT-TYPE
    SYNTAX INTEGER {
    password (1),
    publicKey (2),
    passwordAndPublicKey (3)
    }
    ACCESS read-write
    STATUS…
    1.3.6.1.4.1.43.10.4.5.8 sshCipher 0 0 Bit mask indicating the symetric cipher algorithms
    supported by the server (bit 0 is the most significant bit).
    bit 0 = tripledes…
    1.3.6.1.4.1.43.10.4.5.9 sshHostKeyTable 1 7 Table containing SSH Host Public Keys and Host Key
    generation management for each unit in a stack.