Navigation
Web site
Support
Table Of Contents
Error codes returned by SSH Key routines.
Possible values:
Definition
Value
Description
SB_ERROR_SSH_KEYS_INVALID_PUBLIC_KEY
3329 (0x0D01)
public key is invalid
SB_ERROR_SSH_KEYS_INVALID_PRIVATE_KEY
3330 (0x0D02)
private key is invalid
SB_ERROR_SSH_KEYS_FILE_READ_ERROR
3331 (0x0D03)
error of reading from file
SB_ERROR_SSH_KEYS_FILE_WRITE_ERROR
3332 (0x0D04)
error of writing to file
SB_ERROR_SSH_KEYS_UNSUPPORTED_ALGORITHM
3333 (0x0D05)
algorithm is unsupported
SB_ERROR_SSH_KEYS_INTERNAL_ERROR
3334 (0x0D06)
internal error
SB_ERROR_SSH_KEYS_BUFFER_TOO_SMALL
3335 (0x0D07)
buffer is too small
SB_ERROR_SSH_KEYS_NO_PRIVATE_KEY
3336 (0x0D08)
there is no private key
SB_ERROR_SSH_KEYS_INVALID_PASSPHRASE
3337 (0x0D09)
wrong password for private key
SB_ERROR_SSH_KEYS_UNSUPPORTED_PEM_ALGORITHM
3338 (0x0D0A)
PEM algorithm is unsupported
Declared in
[.NET]
[Pascal]
Namespace: SBSSHKeyStorage
Assembly: SecureBlackbox.SSHCommon
Unit: SBSSHKeyStorage