SSH

  • 12 Nov

    SFTP (SSH) Authentication Types

    Source: www.secureblackbox.com

    By Limagito-Team SFTP , ,
  • 04 Jun

    SSH Tunnel Error Codes

    https://www.secureblackbox.com/kb/help/ref_err_sshtunnelerrorcodes.html

    Copyright www.secureblackbox.comValueDescription
    SSH_TUNNEL_ERROR_FORWARD_DISALLOWED1 (0x0001)Forwarding is unallowable
    SSH_TUNNEL_ERROR_SERVER_ERROR2 (0x0002)Tunnel opening is rejected
    SSH_TUNNEL_ERROR_ADMINISTRATIVELY_PROHIBITED1 (0x0001)Forwarding is unallowable
    SSH_TUNNEL_ERROR_CONNECT_FAILED2 (0x0002)Tunnel opening is rejected
    SSH_TUNNEL_ERROR_UNKNOWN_CHANNEL_TYPE3 (0x0003)Type of requested tunnel is unknown
    SSH_TUNNEL_ERROR_RESOURCE_SHORTAGE4 (0x0004)Resource became unavailable while trying to connect
    SSH_TUNNEL_ERROR_ALREADY_CONNECTED700 (0x02BC)Tunnel is already opened
    SSH_TUNNEL_ERROR_NOT_BOUND_TO_SSH_CLASS701 (0x02BD)Tunnel is not bound to SSH-class (via TElSSHTunnelList object)
    SSH_TUNNEL_ERROR_SSH_NOT_CONNECTED702 (0x02BE)Attempt to open tunnel while SSH-connection is not established
    SSH_TUNNEL_ERROR_UNSUPPORTED_BY_SSH_VERSION703 (0x02BF)Tunnel is not supported by SSH-version (for example SFTPv1)
    SSH_TUNNEL_ERROR_UNSUPPORTED_ACTION704 (0x02C0)Attempt to perform unsupported action
    SSH_TUNNEL_ERROR_OPEN_FAILED705 (0x02C1)Tunnel opening failed
    By Limagito-Team Error SFTP , , ,
  • 04 Jun

    SSH Key Error Codes

    https://www.secureblackbox.com/kb/help/ref_err_sshkeyerrorcodes.html

    Copyright www.secureblackbox.comValueDescription
    SB_ERROR_SSH_KEYS_INVALID_PUBLIC_KEY3329 (0x0D01)Public key is invalid
    SB_ERROR_SSH_KEYS_INVALID_PRIVATE_KEY3330 (0x0D02)Private key is invalid
    SB_ERROR_SSH_KEYS_FILE_READ_ERROR3331 (0x0D03)Error of reading from file
    SB_ERROR_SSH_KEYS_FILE_WRITE_ERROR3332 (0x0D04)Error of writing to file
    SB_ERROR_SSH_KEYS_UNSUPPORTED_ALGORITHM3333 (0x0D05)Algorithm is unsupported
    SB_ERROR_SSH_KEYS_INTERNAL_ERROR3334 (0x0D06)Internal error
    SB_ERROR_SSH_KEYS_BUFFER_TOO_SMALL3335 (0x0D07)Buffer is too small
    SB_ERROR_SSH_KEYS_NO_PRIVATE_KEY3336 (0x0D08)There is no private key
    SB_ERROR_SSH_KEYS_INVALID_PASSPHRASE3337 (0x0D09)Wrong password for private key
    SB_ERROR_SSH_KEYS_UNSUPPORTED_PEM_ALGORITHM3338 (0x0D0A)PEM algorithm is unsupported
    By Limagito-Team Error , , ,
1 2
SEARCH