Skip to content
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

SSH and session tests are failing #587

Open
asmacdo opened this issue Jan 16, 2023 · 0 comments
Open

SSH and session tests are failing #587

asmacdo opened this issue Jan 16, 2023 · 0 comments
Milestone

Comments

@asmacdo
Copy link
Member

asmacdo commented Jan 16, 2023

For now I am xfailing these tests to get #584 merged.

Curiously, I hit this error earlier and was able to solve it by pinning paramiko=2.8.1. The issue was that paramiko erroniously treats RSA keys as DSA keys. fabric/fabric#2182

Pinning solved this issue elsewhere, perhaps the problem is that one of our external deps is vendoring an older paramiko?

FAILED reproman/resource/tests/test_ssh.py::test_ssh_class - ValueError: q must be exactly 160, 224, or 256 bits long
FAILED reproman/resource/tests/test_ssh.py::test_ssh_resource - ValueError: q must be exactly 160, 224, or 256 bits long

ERROR reproman/resource/tests/test_session.py::test_session_ssh[SSHSession] - ValueError: q must be exactly 160, 224, or 256 bits long
ERROR reproman/resource/tests/test_session.py::test_session_ssh[PTYSSHSession] - ValueError: q must be exactly 160, 224, or 256 bits long

@asmacdo asmacdo added this to the 0.5.0 milestone Jan 16, 2023
asmacdo added a commit to asmacdo/reproman that referenced this issue Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant