ssh -L 8009:127.0.0.1:8009 -L 8080:127.0.0.1:8080 alexa@10.10.10.163# redirects 127.0.0.1:8009 (victim machine) to 127.0.0.1:8080 (ours)# -L means local forwarding
# new line ~C -LPORT:localhost:PORT# example: -L8000:localhost:8000