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

Document support for ssh over SOCKS5 #33969

Merged
merged 3 commits into from
Feb 27, 2024

Commits on Oct 3, 2023

  1. Document support for ssh over SOCKS5

    Fixes hashicorp#17754, surprisingly.
    
    `golang.org/x/net/proxy.FromURL` (which Terraform uses to add support for HTTP and HTTPS) supports socks5 out of the box:
    
    https://cs.opensource.google/go/x/net/+/refs/tags/v0.15.0:proxy/proxy.go;l=91
    sorenisanerd committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1c7cee6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d04e5a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Apply suggestions from code review

    Co-authored-by: trujillo-adam <[email protected]>
    sorenisanerd and trujillo-adam authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    80f748f View commit details
    Browse the repository at this point in the history