
Proxychains.SarahS93 wrote:how can i tunnel some ports with ssh into tor through an ssh server?
Code: Select all
torify ssh -p 22 -L 2000:localhost:2000 user@host
Password:
listen: Operation not permitted
Set up your proxychains to use Tor.SarahS93 wrote:i try thisi found net-misc/proxychains, how do i configure it for my example?Code: Select all
torify ssh -p 22 -L 2000:localhost:2000 user@host Password: listen: Operation not permitted