Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

communicator/ssh: Add support SSH over HTTP Proxy #30274

Merged
merged 2 commits into from Apr 27, 2022

Commits on Apr 26, 2022

  1. communicator/ssh: Add support SSH over HTTP Proxy

    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`
    htamakos committed Apr 26, 2022
    Copy the full SHA
    e495be4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Copy the full SHA
    4345d38 View commit details
    Browse the repository at this point in the history