go-socks5-ssh-proxy/vendor/github.com/cloudfoundry/socks5-proxy
Jerry Jacobs 44d50d5f7c Initial working version 2024-07-24 22:57:32 +02:00
..
.gitignore Initial working version 2024-07-24 22:57:32 +02:00
LICENSE Initial working version 2024-07-24 22:57:32 +02:00
NOTICE Initial working version 2024-07-24 22:57:32 +02:00
README.md Initial working version 2024-07-24 22:57:32 +02:00
host_key.go Initial working version 2024-07-24 22:57:32 +02:00
socks5_proxy.go Initial working version 2024-07-24 22:57:32 +02:00
ssh_client_config.go Initial working version 2024-07-24 22:57:32 +02:00
ssh_test_server.go Initial working version 2024-07-24 22:57:32 +02:00

README.md

socks5-proxy

This is a go library for starting a socks5 proxy server via SSH.

It is intended to be used as a library by Golang CLIs that need to proxy via an SSH jumpbox, which is a common configuration for BOSH operators, so several CLIs in Cloud Foundry could benefit from its use.