>> MIB - Management Information Base
|
>> Table: sshcKnownHostTable - (.1.3.6.1.4.1.272.4.44.3.1) | Description: 'MIB-emulation' of 'known_hosts' files (see 'ssh' manual-page). Each entry represents one line-part of such a file (maximum line-length exceeds maximum MIB-string-length). Line-parts are concatenated internally in specified order. Multiple files can be defined in this table. SSH-client reads only such entries where 'sshcKnownHostFileName' matches with internal variables 'GlobalKnownHostsFile' or 'UserKnownHostsFile' and ignores any entries with non-matching file-name. For backwards-compatibility, if no entry has matching file-name, SSH-client skips any known-host-checks (allows any server). If at least one entry has matching file-name, SSH-client accepts only such SSH-servers that authenticate successfully against contents of emulated 'known_hosts' files. It does not accept any new or changed SSH-servers in this case. Current file-emulation allows only reading but no writing. |
| FileName | | Name of to-be-emulated known_host file where this entry belongs to. Length: 0 to 255 |
| LineNumber | | Line-number of this entry. |
| PartNumber | | Part-number (within line) of this entry. |
| AdminStatus | | Activate/deactivate/delete this entry. NOTE: when this status is set to 'delete' entries are not removed immediately but at next start of SSH-client. Enumerations: - enabled (1)
- disabled (2)
- delete (3)
|
| PartString | | Contents of this line-entry. Length: 0 to 255 |
|