I'm trying to scp something to my local machine from a remote server. At first, scp complained that there was no route to host through port 22, but then I forwarded that port on my router. Now, I try to use both ssh and scp to connect to my local machine (I run these commands on the remote server), and they don't do anything. I try to run the command and there's no output, as if it is waiting for something, but it never actually connects. I have to kill the command.
Any help?