-
Notifications
You must be signed in to change notification settings - Fork 483
ssh transport based on ssh command line client #1166
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
base: main
Are you sure you want to change the base?
Conversation
TLS connection URI works with this. Fixes #1155 |
@dmacvicar not yet, but I can test today. |
I will try to make some time this weekend. |
Nit: Terraform commands hang indefinitely if the host key check fails instead of exiting with an error:
Otherwise, |
@jgooge should be fixed now. |
It is!! |
This fix seems to work for me as well. Is there anything apart from lint errors prevents merging this? Is there anything I could help with in this PR? |
This implementation uses the ssh command line client and therefore respect user settings.
To enable it, you need to use the
use_ssh_cmd=1
parameter. Example:qemu+ssh://user@localhost/system?no_verify=1&use_ssh_cmd=1
.It supports the options of the upstream ssh transport.