-
Notifications
You must be signed in to change notification settings - Fork 157
Remove Paramiko Dependency #1559
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
Labels
status:planning
For large features, plan it out before implementation
type:enhancement
Improvement of an existing function
Comments
Nice. So this confirms the first line. Then I'd just use that to verify the file and not show the key format (doesn't add much value). Most users will just keep it on Default anyways. Algo to populate the dropdown would be like this:
Right? |
Hi, I would like to work on this issue, please assign it to me, thanks! |
Done |
This can be closed now. |
Merged
9 tasks
Fixed by #1606 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status:planning
For large features, plan it out before implementation
type:enhancement
Improvement of an existing function
This is a heavy depdency and we only use it to verify a file is a SSH key. Would favor removing it and just checking files for starting with
-----BEGIN OPENSSH PRIVATE KEY-----
.And check for common SSH issues, like wrong ownership or permissions.
Related : #167
The text was updated successfully, but these errors were encountered: