htamakos
4cfb6bc893
communicator/ssh: Add support SSH over HTTP Proxy ( #30274 )
...
Terraform's remote-exec provision hangs out when it execs on HTTP Proxy bacause it dosen't support SSH over HTTP Proxy. This commits enables Terraform's remote-exec to support SSH over HTTP Proxy.
* adds `proxy_*` fields to `connection` which add configuration for a proxy host
* if `proxy_host` set, connect to that proxy host via CONNECT method, then make the SSH connection to `host` or `bastion_host`
2022-04-27 16:59:17 -04:00
..
2022-04-04 15:36:29 -04:00
2022-04-27 19:27:30 +01:00
2021-05-19 11:24:54 -04:00
2022-04-26 11:17:44 -04:00
2022-04-27 13:30:15 -04:00
2022-04-27 16:59:17 -04:00
2022-04-20 12:51:24 -04:00
2022-04-08 17:34:16 +01:00
2022-01-05 11:28:47 +00:00
2022-04-08 17:34:16 +01:00
2020-10-02 13:35:07 -07:00
2022-04-08 17:34:16 +01:00
2021-11-30 15:46:16 -08:00
2022-04-04 15:54:40 -04:00
2022-01-03 11:44:16 -08:00
2022-04-14 16:14:50 +01:00
2021-05-17 14:09:07 -07:00
2021-10-28 11:51:39 -04:00
2021-05-17 14:09:07 -07:00
2022-04-08 17:34:16 +01:00
2021-12-17 13:31:41 -05:00
2021-08-17 15:20:05 -07:00
2022-04-20 09:09:12 -07:00
2021-05-17 14:09:07 -07:00
2021-12-17 11:57:52 -05:00
2021-06-03 08:50:34 -07:00
2021-05-17 14:09:07 -07:00
2021-05-17 14:09:07 -07:00
2022-04-22 14:36:42 -04:00
2021-10-28 20:16:26 -05:00
2022-01-20 09:57:42 -05:00
2021-05-17 14:09:07 -07:00
2021-05-17 14:09:07 -07:00
2021-05-17 14:09:07 -07:00
2022-04-08 17:34:16 +01:00
2022-03-04 15:51:36 -05:00
2021-05-17 14:09:07 -07:00
2021-05-17 14:09:07 -07:00
2022-01-11 08:43:57 -08:00
2021-11-11 12:28:10 +00:00
2022-02-10 06:12:58 -05:00
2021-08-17 15:20:05 -07:00
2022-04-22 13:53:32 +01:00
2021-10-28 11:51:39 -04:00
2022-04-27 16:59:17 -04:00
2022-03-11 13:32:40 -05:00
2021-10-11 16:37:39 -07:00
2022-01-20 09:57:42 -05:00
2022-04-27 14:53:16 -04:00