-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eapictl fails because of paramiko.ssh_exception.BadAuthenticationType #1
Comments
$ eapictl status spine1 --username admin --password admin Traceback (most recent call last): File "/usr/local/bin/eapictl", line 9, in load_entry_point('eapictl==0.1.0', 'console_scripts', 'eapictl')() File "build/bdist.macosx-10.10-intel/egg/eapictl/app.py", line 485, in main File "build/bdist.macosx-10.10-intel/egg/eapictl/app.py", line 203, in status File "build/bdist.macosx-10.10-intel/egg/eapictl/app.py", line 173, in send_enable File "build/bdist.macosx-10.10-intel/egg/eapictl/app.py", line 169, in sendall File "build/bdist.macosx-10.10-intel/egg/eapictl/app.py", line 162, in send IOError: Socket timeout for host spine1 But this works: $ ssh admin@spine1 Password: Last login: Tue Apr 14 18:06:55 2015 from 172.16.130.1 veos-dc1-pod1-spine1> |
I am having the same issue as well. I could ping the switch and ssh into it. I have no password set. |
@sugetha24 I ping the switch ,but it says the same issue .Can you help me ? |
@Josen15 are you also attempting to connect with no password? If so, can you try with a user that does have a password? |
@sugetha24 Paramiko does not support keyboard-interactive login without a password. |
The text was updated successfully, but these errors were encountered: