You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking about this a bit...
To tighten up security, I should also remove the "--noSSLVerify" option for ovftool. How many home users actually have real SSL certs installed on their ESXi servers???
I'll keep all of this in mind. I may just tie them both together as a "high security enabled" option, or something like that... If there's more demand, I'll put some priority on it. Thanks for the feedback!
Describe the bug
terraform-provider-esxi/esxi/esxi_remote_cmds.go
Line 33 in 28fa55c
This code is unconditionally trusting the server without any verification, which is not, IMHO, a good default.
Expected behavior
Expect the used SSH client to inherit my ssh settings (e.g. the
known_hosts
file) by default.A provider option should be provided to explicitly opt-out of the server verification, e.g.:
Ideally it should be configured alike a terraform provisioner connection.
The text was updated successfully, but these errors were encountered: