search for: riskyd_port

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

2002 Nov 12
2
Forcing privileged ports with ssh -R
...ction is coming from localhost and from a privileged port to make sure the partner is privileged. Now - as an addition - I need connections from the network to riskyd too. These connections must be tunneled through a secure connection. The idea was to start something like my_host: # ssh -R riskyd_port:localhost:riskyd_port -N other_host This way the spawned sshd on other_host would listen() on riskyd's port, incoming connections are tunneled to my_host (the host riskyd is running on) and ssh makes a connection to the real riskyd on localhost (my_host). Some lousy ascii art: my_host...