sshttp icon indicating copy to clipboard operation
sshttp copied to clipboard

SSH/HTTP(S) multiplexer. Run a webserver and a sshd on the same port w/o changes.

Results 3 sshttp issues
Sort by recently updated
recently updated
newest added

Hello Sebastian, There is a lot of information here but I would be very grateful if you could help me debug ! I am trying to install sshttp on my...

1. On trying to connect over https towards port 1081 that my sshttpd is listening to, /var/log/messages shows me this failure. I've built sshttpd from master branch. linux kernel 4.10.10...

The multiplexer is working fine, except when accessing it from localhost ```sh $ curl -v https://localhost:443 * Trying 127.0.0.1:443... * Connected to localhost (127.0.0.1) port 443 * ALPN: curl offers...