vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

(#12884) Use default ssh.private_key_path when ssh.keys_only = false

Open wbclark opened this issue 3 years ago • 1 comments

Per config.ssh documentation, ssh.private_key_path should use the default key path when not set. ssh.keys_only = false as worded does not prevent key based auth, it simply does not limit to key based auth; setting ssh.keys_only = false should not change the default behavior for ssh.private_key_path.

Fixes #12884

wbclark avatar Sep 10 '22 06:09 wbclark

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Sep 10 '22 06:09 hashicorp-cla

Thanks very much for the quick triage, review, and merge.

wbclark avatar Sep 22 '22 16:09 wbclark