corkscrew icon indicating copy to clipboard operation
corkscrew copied to clipboard

A tool for tunneling SSH through HTTP proxies

Results 11 corkscrew issues
Sort by recently updated
recently updated
newest added

FYI, Pat Padgett seems to have surfaced again, I stumbled upon this: https://github.com/patpadgett/corkscrew

Hello, thank you for your time for Corkscrew development. Very useful tool. Seems, that I found a small bug. Corkscrew eats 100% of CPU when ssh server unavailable by network...

I have used the debian repo corkscrew and this github version, both give me the same results. I am attempting to ssh to port 443. Server has sshd running on...

Always setting stdin (fd 0) into &rfd causes select() to return immediately during the connecting phase as incoming data from stdin is not read until setup completes. This causes corkscrew...

There is a small typo in README.md. Should read `username` rather than `usename`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

### Steps to reproduce: - Install corkscrew using brew `brew install corkscrew` - Create auth file `echo user@pass > auth` - Make corkscrew request: `corkscrew localhost 8000 localhost 8001 auth`...

1. Just went through the steps to build on a fresh docker container `FROM ubuntu:18.04` and the`autoreconf --install` step fails without this package. 2. Pushed an additional commit with pre-install...

Valgrind commented on a memory leak. Since the caller needs to access the base64 buffer, it could not easily be freed with the way the code was currently structured, so...

Hi, I get stuck in ssh proxy, appreciate for help. ### 1 OS platform * macOS 13.5 * arch 6.4.10 ### 2 corkscrew ver 2.0 ### 3 ssh config ```txt...