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
Two-factor not working #139
Comments
some more information: DEB [20130225-09:38:58.599] thr=1 paramiko.transport: userauth is OK |
my mistake, I was initializing the private key incorrectly. |
I'm going to reopen this: On like 454 of clients.py https://github.com/paramiko/paramiko/blob/master/paramiko/client.py#L454 |
In addition to that line... The lines having (allowed_types == ['password']) should be rewritten ('password' in allowed_types) which I have addressed in my fork. Please let me know if this is useful to you Fork: |
Linking this to #412 in case they're the same issue (sounds like probably) |
Rolling this into #467 |
Hi there,
It appears that Paramiko does not work with "RequiredAuthentications2 publickey,password" option in OpenSSH_5.3p1 on Centos 6.3.
Looking at the logs it appears that it sends on authentication type but never sends the other:
sshd[16481]: Accepted password for test from 1.1.1.1 port 57946 ssh2
sshd[16482]: dispatch_protocol_error: type 90 seq 5
The text was updated successfully, but these errors were encountered: