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
Error: Authentification by public key failed: No authorized key found in ssh-agent! (failed closing the agent socket)
<Greenlet at 0xd37910: runcmd('115.238.73.226')> failed with Error
But:
in the securecrt ssh forwarding is ok
Code:
ret = self.session.userauth_agent('root')
while ret == self.LIBSSH2_ERROR_EAGAIN:
_wait_select(self.session, self.sock)
ret = self.session.userauth_agent('root')
Thank you for your share!
The text was updated successfully, but these errors were encountered:
When i try to use userauth_agent method:
Error: Authentification by public key failed: No authorized key found in ssh-agent! (failed closing the agent socket)
<Greenlet at 0xd37910: runcmd('115.238.73.226')> failed with Error
But:
in the securecrt ssh forwarding is ok
Code:
Thank you for your share!
The text was updated successfully, but these errors were encountered: