|
| open_error_t | openapiScpServerAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *scpServerAdminMode) |
| | Get the SCP server admin mode. More...
|
| |
| open_error_t | openapiScpServerAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t scpServerAdminMode) |
| | Set the SCP server admin mode to initiate file transfer. More...
|
| |
| open_error_t | openapiSSHActiveSessionsGet (openapiClientHandle_t *client_handle, uint32_t *sshActiveSessions) |
| | Get the active number of SSH sessions. More...
|
| |
| open_error_t | openapiSSHAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *sshAdminMode) |
| | Get the admin mode of SSH. More...
|
| |
| open_error_t | openapiSSHAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t sshAdminMode) |
| | Set the admin mode of SSH. More...
|
| |
| open_error_t | openapiSshdCfgKeyLenGet (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t type, uint32_t *pLength) |
| | Gets the configured key length of SSH key. More...
|
| |
| open_error_t | openapiSshdKeyDataGet (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t type, open_buffdesc *pkeyData) |
| | Gets key data for a specific key type. More...
|
| |
| open_error_t | openapiSshdKeyLenGet (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t type, uint32_t *pLength) |
| | Gets the length of the existing SSH key. More...
|
| |
| open_error_t | openapiSshdKeyLenSet (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t type, uint32_t length) |
| | Set the length for SSH Key to be generated. More...
|
| |
| open_error_t | openapiSshdPortNumGet (openapiClientHandle_t *client_handle, uint32_t *pPort) |
| | Gets ssh server port number. More...
|
| |
| open_error_t | openapiSshdPortNumSet (openapiClientHandle_t *client_handle, uint32_t portNum) |
| | Sets the port number to be used for SSH Server. More...
|
| |
| open_error_t | openapiSshdProtoLevelFlagsGet (openapiClientHandle_t *client_handle, OPEN_BOOL_t *pSshV1Flag, OPEN_BOOL_t *pSshV2Flag) |
| | Gets ssh version flags. More...
|
| |
| open_error_t | openapiSSHKeyDelete (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t sshKeyType) |
| | Delete the generated SSH key pairs. More...
|
| |
| open_error_t | openapiSSHKeyGenerate (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t sshKeyType) |
| | Generate SSH key pairs. More...
|
| |
| open_error_t | openapiSSHKeyStatusGet (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t sshKeyType) |
| | Check the status of SSH key. More...
|
| |
| open_error_t | openapiSSHMaxSessionsDefaultSet (openapiClientHandle_t *client_handle) |
| | Set the maximum number of allowed SSH sessions to the default. More...
|
| |
| open_error_t | openapiSSHMaxSessionsGet (openapiClientHandle_t *client_handle, uint32_t *sshMaxSessions) |
| | Get the maximum number of SSH sessions allowed. More...
|
| |
| open_error_t | openapiSSHMaxSessionsSet (openapiClientHandle_t *client_handle, uint32_t sshMaxSessions) |
| | Set the maximum number of allowed SSH sessions. More...
|
| |
| open_error_t | openapiSSHProtocolVersionGet (openapiClientHandle_t *client_handle, OPEN_SSH_PROTO_VERSION_t *protoVersion) |
| | Get the SSH protocol version. More...
|
| |
| open_error_t | openapiSSHProtocolVersionSet (openapiClientHandle_t *client_handle, OPEN_SSH_PROTO_VERSION_t protoVersion) |
| | Set the SSH protocol version. More...
|
| |
| open_error_t | openapiSSHPubKeyAuthModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *sshdPubKeyAuthMode) |
| | Get the admin mode of SSH public key. More...
|
| |
| open_error_t | openapiSSHPubKeyGet (openapiClientHandle_t *client_handle, OPEN_SSH_KEY_TYPE_t sshKeyType, open_buffdesc *userName, open_buffdesc *pubKey) |
| | Get the SSH public key for specified user. More...
|
| |
| open_error_t | openapiSSHSessionTimeoutGet (openapiClientHandle_t *client_handle, uint32_t *sshSessionTimeout) |
| | Get the SSH session idle timeout value. More...
|
| |
| open_error_t | openapiSSHSessionTimeoutSet (openapiClientHandle_t *client_handle, uint32_t sshSessionTimeout) |
| | Set the SSH session idle timeout. More...
|
| |