nemo_nihil Posted September 17, 2013 Share Posted September 17, 2013 Let me start by explaining the goal. I am at my university and I would like to reverse ssh to connect to certain services remotely. I have an EC2 instance that is acting as my server. On to the problem. When I ssh to my server like this: ssh -R 9091:localhost:9091 [username]@[serverip] and at the same time configure firefox and do this: ssh -D 8080 [username]@[serverip] I can connect to the service running on localhost:9091. However when I point my web browser to [serverip]:9091. If someone could explain what I am doing wrong that would be wonderful. Quote Link to comment Share on other sites More sharing options...
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.