added error handling for key authentication
This commit is contained in:
parent
b3456ee96c
commit
ccfc9f2ad2
3 changed files with 14 additions and 8 deletions
|
@ -35,7 +35,7 @@ enum ErrorCode
|
|||
|
||||
// Ssh connection errors
|
||||
SshRequsetDeniedError, SshInterruptedError, SshInternalError,
|
||||
SshPrivateKeyError,
|
||||
SshPrivateKeyError, SshPrivateKeyFormatError,
|
||||
|
||||
// Ssh sftp errors
|
||||
SshSftpEofError, SshSftpNoSuchFileError, SshSftpPermissionDeniedError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue