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

Certificate-based SSH authentication #965

Closed git-noise closed 1 year ago

git-noise commented 1 year ago

Content

This PR intends to close https://github.com/dmacvicar/terraform-provider-libvirt/issues/957

It adds support for certificate-based SSH authentication, when a certificate is present. Certificate name is built according to SSH following convention:

Private key file name Certificate file name
id_rsa id_rsa-cert.pub

Notes