[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
privileged port for hts
From: |
Peter Palensky |
Subject: |
privileged port for hts |
Date: |
Sat, 28 Jan 2017 16:12:39 +0100 |
Hi.
Could it be that privileged ports do not work?
This works:
$ hts --forward-port localhost:22 1024
$ htc --forward-port 8888 localhost:1024
$ ssh -p 8888 root@localhost
This does not:
$ hts --forward-port localhost:22 1023
$ htc --forward-port 8888 localhost:1023
$ ssh -p 8888 root@localhost
Version: hts (httptunnel) 3.3 from Debian Jessie stable
My goal is to tunnel ssh and have hts listen on port 80....
Thanks,
Peter.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- privileged port for hts,
Peter Palensky <=