You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed, I raise this gitHub issue to implement the requested exception on SSH -
Need to implement following in PyEZ exception error to handle the SSH key authentication failure.
except paramiko.BadHostKeyException as e:
raise Exception('BadHostKeyException on ' + hostname)
except paramiko.AuthenticationException as e:
raise Exception('AuthenticationException on ' + hostname)
except paramiko.SSHException as e:
raise Exception('SSHException on ' + hostname)
Thanks and Regards,
Sanming
The text was updated successfully, but these errors were encountered:
Hi Nitin,
As discussed, I raise this gitHub issue to implement the requested exception on SSH -
Need to implement following in PyEZ exception error to handle the SSH key authentication failure.
Thanks and Regards,
Sanming
The text was updated successfully, but these errors were encountered: