search for: hiddenserviceport

Displaying 1 result from an estimated 1 matches for "hiddenserviceport".

2016 Feb 04
3
Unix socket support for sshd
...upport for Unix socket to sshd would be a feature that would be consider to be added upstream? (ListenAddress). One of the main reason for this question to you all is that tor now has Unix socket support for hidden services that is traffic of a hidden service can be forwarded to a Unix socket (see HiddenServicePort in tor.1). The rationale behind that is basically so someone can set up a server with no inet traffic allowed (firewall, namespace, <insert sandboxing tech>) _except_ for the tor daemon and use hidden service to access services on the local machine using only Unix socket, in this case ssh. T...