Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
SSH host keys. More...
Public Attributes | |
string | key |
Public key. More... | |
SSHHostKeyType | type |
Type of public key. More... | |
vector< SSHKeyFingerprint > | fingerprints |
Fingerprints of public key. More... | |
SSH host keys.
Definition at line 104 of file Security.idl.
vector<SSHKeyFingerprint> security::SSHHostKey::fingerprints |
Fingerprints of public key.
Definition at line 107 of file Security.idl.
string security::SSHHostKey::key |
Public key.
Definition at line 105 of file Security.idl.
SSHHostKeyType security::SSHHostKey::type |
Type of public key.
Definition at line 106 of file Security.idl.