ssh-connect icon indicating copy to clipboard operation
ssh-connect copied to clipboard

SSH Proxy Command

Results 6 ssh-connect issues
Sort by recently updated
recently updated
newest added

Hi, I use `connect` to proxy SSH-GIT in a socks5 tunnel, and I have the upstream data speed issue. If I disable connect and use same proxy with HTTPS-GIT, the...

`ssh -o ProxyCommand='connect -d -S 192.168.11.9:1080 %h %p' -p 20022 [email protected]` This command works on my macOS, but fails on MINGW64(git bash). Turns out the [make_localnet_as_direct](https://github.com/gotoh/ssh-connect/blob/master/connect.c#L945) function is compiled on...

Can't fix the download pages/missing binary builds for Windows (for now).

Since `https://bitbucket.org/gotoh/connect` gives 404 now, it is good to remove all the bitbucket references in this repo. Also relates to https://github.com/Homebrew/homebrew-core/pull/67268

I use git for windows behind a corporate proxy and use connect.exe to tunnel the ssh connection: ``` Host * ProxyCommand "C:/Program Files/Git/mingw64/bin/connect.exe" -H localhost:9000 %h %p TCPKeepAlive yes IdentitiesOnly...

``` Run x86_64-w64-mingw3[2](https://github.com/aogg/ssh-connect/actions/runs/6523249170/job/17713689213#step:4:2)-gcc -o connect.exe connect.c -lws2_32 -lwsock32 -liphlpapi x86_64-w64-mingw32-gcc -o connect.exe connect.c shell: /usr/bin/bash -e {0} connect.c: In function ‘accept_connection’: connect.c:28[3](https://github.com/aogg/ssh-connect/actions/runs/6523249170/job/17713689213#step:4:3)[5](https://github.com/aogg/ssh-connect/actions/runs/6523249170/job/17713689213#step:4:6):5: error: unknown type name ‘SOCKLEN_T’; did you mean...