Hi,
hardware / OS = OrangePi PC with Armbian 22.04.2 Ubuntu
When executing following command
"ssh -D 1080 user@domain"
the system doesn't create / open ssh port where it should listen too. I can verify this with command "ps aux | grep ssh".
I edited /etc/ssh/sshd_config file by enabling following lines
AllowTcpForwarding yes
PermitTunnel yes
What else do I have to do in order to be able to start ssh proxy server?
I was following this guide
https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel
Thank you.