niccodemi Posted August 4, 2023 Posted August 4, 2023 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. 0 Quote
Werner Posted August 4, 2023 Posted August 4, 2023 3 hours ago, niccodemi said: I edited /etc/ssh/sshd_config file by enabling following lines You did this on the remote server, right? 0 Quote
niccodemi Posted August 4, 2023 Author Posted August 4, 2023 Yes, I edited /etc/ssh/sshd_config on the remote server. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.