Reference record for OID 1.3.6.1.4.1.43.10.4.5.9


parent
1.3.6.1.4.1.43.10.4.5 (ssh)
node code
9
node name
sshHostKeyTable
dot oid
1.3.6.1.4.1.43.10.4.5.9
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) sshHostKeyTable(9)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) security(4) ssh(5) sshHostKeyTable(9)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) security(4) ssh(5) sshHostKeyTable(9)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) security(4) ssh(5) sshHostKeyTable(9)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) a3Com(43) generic(10) security(4) ssh(5) sshHostKeyTable(9)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) a3Com(43) generic(10) security(4) ssh(5) sshHostKeyTable(9)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/a3Com/generic/security/ssh/sshHostKeyTable
  • /iso/identified-organization/dod/internet/private/enterprises/a3Com/generic/security/ssh/sshHostKeyTable
  • /iso/org/dod/internet/private/enterprise/a3Com/generic/security/ssh/sshHostKeyTable
  • /iso/org/dod/internet/private/enterprises/a3Com/generic/security/ssh/sshHostKeyTable
  • /iso/iso-identified-organization/dod/internet/private/enterprise/a3Com/generic/security/ssh/sshHostKeyTable
  • /iso/iso-identified-organization/dod/internet/private/enterprises/a3Com/generic/security/ssh/sshHostKeyTable
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/43/10/4/5/9

    Description by oid_info

    sshHostKeyTable OBJECT-TYPE
    SYNTAX SEQUENCE OF SshHostKeyEntry
    ACCESS not-accessible
    STATUS mandatory
    DESCRIPTION
    "Table containing SSH Host Public Keys and Host Key generation management
    for each unit in a stack."

    View at oid-info.com

    Description by mibdepot

    Table containing SSH Host Public Keys and Host Key
    generation management for each unit in a stack.

    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

    sshHostKeyTable OBJECT-TYPE SYNTAX SEQUENCE OF SshHostKeyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table containing SSH Host Public Keys and Host Key generation management for each unit in a stack." ::= { ssh 9 }

    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.9.1 sshHostKeyEntry 6 6 An entry (conceptual row) representing a Host Public
    Key and Host Key generation management for a unit in a stack.

    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.10 sshClientKeyTable 1 8 Table of SSH Client Public Keys.
    More than one Client Public Key can be associated with the same
    Username.