josenk / terraform-provider-esxi

Terraform-provider-esxi plugin
GNU General Public License v3.0
540 stars 154 forks source link

Add support for using SSH keys #145

Closed cyberdood closed 3 years ago

cyberdood commented 3 years ago

Unless I missed something, I didn't see any support for using ssh keys vs user name and password for the esxi provider credentials. is there a way to do this or can it be added?

josenk commented 3 years ago

There is no support for ssh keys. Ovftool doesn't support ssh keys, so this plugin can not support ssh keys.

cyberdood commented 3 years ago

Oh, I see. Thanks.