Forwarding Specific Ports through SSH Reverse Tunnels
Fresh3 days ago
Mar 15, 20265933 viewsConfidence Score0%
0%
Problem
So unfortunately I live in a place that will not let me have a static IP, so I have been setting up access to my home computer via reverse SSH tunnels that run on an micro amazon ec2 instance. I have gotten SSH to work fine, but I cannot figure out port forwards. Here is a small infographic I made …
Error Output
ssh -R 1337:localhost:22 -i .ssh/tokyoMinekey.pem ec2-user@ec2serveraddress
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Forwarding Specific Ports through SSH Reverse Tunnels
Low Risk
I'm not sure why you are using two separate ssh commands here? If you want to forward port 6600 on the EC2 instead to port 6600 on the machine at home then all you should need to do is: You will also need to make sure that the option is enabled in t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix