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

fablib methods that use execute under the covers silently fail (after timeout) when the user ssh key is encrypted #292

Open
nbastin opened this issue Mar 17, 2024 · 2 comments
Assignees

Comments

@nbastin
Copy link

nbastin commented Mar 17, 2024

Many (all?) methods that use execute in fablib (for example interface.get_ip_link, etc.) silently fail when you have an encrypted private key (e.g. they eat the exception and do not propagate it to the caller). Unfortunately they also still retry N times with the configured timeout, so you wait forever for nothing to happen.

@sajith sajith self-assigned this Apr 9, 2024
@sajith
Copy link
Member

sajith commented Apr 9, 2024

@nbastin Thank you for filing an issue about this. By encrypted ssh private keys, you mean that they are passphrase-protected? Just wanted to be sure. :-)

@nbastin
Copy link
Author

nbastin commented Apr 9, 2024

Yes, those that require a passphrase.

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

2 participants