-
Notifications
You must be signed in to change notification settings - Fork 224
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
update paramiko to 2.7 #4222
update paramiko to 2.7 #4222
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4222 +/- ##
===========================================
+ Coverage 79.17% 79.17% +0.01%
===========================================
Files 468 468
Lines 34467 34467
===========================================
+ Hits 27285 27286 +1
+ Misses 7182 7181 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #4222 +/- ##
========================================
Coverage 79.04% 79.04%
========================================
Files 468 468
Lines 34610 34610
========================================
Hits 27354 27354
Misses 7256 7256
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Version 2.7 of paramiko finally brings support for the OpenSSH private key format, which has been the default on MacOS for some time.
87b1e8f
to
510d860
Compare
I am a bit confused. Shouldn't there also be an automated bot/runner that checks the |
There is, but the paramiko version there is already 2.7.x . This PR just increases the minimum required version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go, thanks
Version 2.7 of paramiko finally brings support for the OpenSSH private
key format, which has been the default on MacOS for some time.
See paramiko/paramiko#1343