security
KnownHostKeyManager
Manages the Public keys sending By all Known SSH2 Servers.
The SSH2 Public Key Management is needed for:
- SSH2/CLI Management:
- SSH2 Console Management:
When an SSH2 connection is initiated either for CLI management or SSH2 Console,
the SSH2 node sends its public key for authentication.
- If the public key is already stored in database (both keys are the same), the SSH2 connection is allowed.
- If a different public key exists in database for the SSH2 node ( there is a key mismatch), the connection is dropped.
- If no public key exists in database for the SSH2 node, the connection is accepted and the key is stored in database.
- Parent Hierarchy
- security.KnownHostKeyManager
[[knownHostKeyManager]]
- Children Hierarchy
- security.KnownHostKeyManager
- Relationships
- one security.KnownHostKeyManager may be a direct parent of many security.KnownHostKeys (parent-child relationship)
public class
KnownHostKeyManager
-
Relative Name=[[knownHostKeyManager]]
-
Displayed Name=SSH2 Know Host Key Manager