dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

SSH config support #933

Closed jbeisser closed 7 months ago

jbeisser commented 2 years ago

This adds native SSH configuration support, with some minor caveats:

This DOES allow you to recycle configurations in the provider section, without setting a static username on the URI. So, if users are managed via PAM or LDAP access to the socket, it should just work.

jbeisser commented 1 year ago

Updated to reflect other changes in 0.7.0.

pstrzelczak commented 7 months ago

@jbeisser could you resolve conflicts here? @dmacvicar it is cumbersome to be forced to pass extra parameters to uri.

dmacvicar commented 7 months ago

thanks :pray: