ssh f.inf.re -R 3000:localhost:8000 # localhost:8000 is now accessible as f.inf.re:3000, also http://3000.f.inf.re
ssh f.inf.re -R 3000:localhost:8000 -N -o ServerAliveInterval=5 -o ServerAliveCountMax=2 -o ProxyCommand="openssl s_client -connect %h:443"
ssh -o StrictHostKeyChecking=no f.inf.re -R 3000:localhost:3000Non-interactive (Dropbear):
ssh -y -y -N f.inf.re -R 3000:localhost:3000