error fix
ssh local port forwarding and error fix for “channel 3: open failed: connect failed: Connection refused”
My Scenario I have a remote server(4.4.4.4) where I am running a python django webserver on port 8008. However, the remove server is only allowing ssh port 32686, which means that I cannot directly access remote server at port 8008 to view the webserver. This is why I am local Read more…