0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/proxmoxtf
zoop 9fa92423b5
feat: SSH-Agent Support (#306)
* chore: add agent configuration bool

* feat: add ssh-agent authentication mechanism for linux

* chore: make sure ssh-agent auth is only executed on linux

* chore: add ssh user override

* chore: add ssh configuration block, check ssh config during VirtualEnvironmentClient creation

* fix: handle case of empty ssh config block

* chore: add ssh password auth fallback logic

* fix: remove not needed runtime

* fix linter errors & re-format

* allow ssh agent on all POSIX systems

* add `agent_socket` parameter

* update docs and examples

---------

Co-authored-by: zoop <zoop@zoop.li>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2023-05-22 13:34:24 -04:00
..
datasource feat: Add firewall resources (#246) 2023-04-02 18:01:10 -04:00
provider feat: SSH-Agent Support (#306) 2023-05-22 13:34:24 -04:00
resource fix(vm,lxc): Add validation for non-empty tags (#330) 2023-05-11 02:06:15 +00:00
structure feat: Add firewall resources (#246) 2023-04-02 18:01:10 -04:00
test feat: Add firewall resources (#246) 2023-04-02 18:01:10 -04:00
config.go chore: cleanup and fix linter errors (#290) 2023-04-05 00:04:12 +00:00