未知错误: Traceback (most recent call last):
File "class/ssh_terminal.py", line 111, in connect
self._tp.auth_publickey(username=self._user, key=pkey)
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 1331, in auth_publickey
return self.auth_handler.wait_for_response(my_event)
File "/usr/lib/python2.7/site-packages/paramiko/auth_handler.py", line 208, in wait_for_response
raise e
BadAuthenticationType: ('Bad authentication type', [u'gssapi-keyex', u'gssapi-with-mic', u'password']) (allowed_types=[u'gssapi-keyex', u'gssapi-with-mic', u'password'])
版本:CentOS 7.6.1810(Py2.7.5)
宝塔版本:7.4.6 专业版
|
|