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

Add configurable SSH authentication with key instead of password #7

Closed
gdsotirov opened this issue May 17, 2021 · 0 comments
Closed
Milestone

Comments

@gdsotirov
Copy link
Owner

gdsotirov commented May 17, 2021

Currently, only password authentication is supported, but passwords are so '70s. It's better to have the option to authenticate with SSH key pair.

@gdsotirov gdsotirov added this to the 2021.06 milestone May 17, 2021
gdsotirov added a commit that referenced this issue Jul 25, 2021
The new priv_key property makes password optional, so either one of them
should be specified. See #7
gdsotirov added a commit that referenced this issue Jul 25, 2021
Pass and use private key file for SSH login to routers. See #7
gdsotirov added a commit that referenced this issue Jul 26, 2021
Add issue #7 to ChangeLog for next release. Remove the feature implemented
with issue #7 from TODO.
gdsotirov added a commit that referenced this issue Jul 28, 2021
Initialize password and private key variables before use to avoid
exception "local variable 'priv_key_f' referenced before assignment". A
fix in the implementation of issue #7.
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