Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 597 Bytes

Corkwin

Corkwin is the porting of Corkscrew to Windows. Like Corkscrew this tool allows you to tunnel SSH through HTTP proxies but from Windows.

Installation

Download the executable in the latest Gitub release assets.

Usage

To connect through an HTTP proxy with OpenSSH, you can use the following command (replace server.example.com, proxy.example.com and 8080 with correct values):

ssh server.example.com -o "ProxyCommand=corkwin proxy.example.com 8080 %h %p"

Note

Make sure that corkwin is avaible from the current working directory when runnig this command.