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
Paramiko #93, coming out in Paramiko 1.10 today, overhauls SSH config handling to be more correct/in line with man ssh_config.
man ssh_config
Some of our own tests are incorrect re: man ssh_config and need updating to account for the new changes.
More importantly, IdentityFile is (finally!) a list value, so we need to account for this when loading keys.
IdentityFile
The text was updated successfully, but these errors were encountered:
e024989
Fix #844
1de917a
Changelog re #844, #864
bd77cd4
Successfully merging a pull request may close this issue.
Paramiko #93, coming out in Paramiko 1.10 today, overhauls SSH config handling to be more correct/in line with
man ssh_config
.Some of our own tests are incorrect re:
man ssh_config
and need updating to account for the new changes.More importantly,
IdentityFile
is (finally!) a list value, so we need to account for this when loading keys.The text was updated successfully, but these errors were encountered: