Local port forwarding via ssh
This is one of those things that took too long to figure out. Problem: You need to accept incoming connections on a privileged port (<1024) and forward the connections to an unprivileged port. Solution: Set up a local ssh connection, as root, with port forwarding. Details: “sudo bash” and as root, generate a keypair for [...]
Continue Reading →