The other day, I was at uni and I needed a file from my home computer (Ubuntu linux) , so I tried to ssh in in an xterm window and get it. After typing   "ssh -X [my  home ip address] "  in an xterm window, I got the following message:
        
If this is being blocked at the router level, is there something that I have to do to configure my router for ssh? (BTW, the ssh package is installed)
I am able to connect to other computers on my home lan (using "ssh 192.168.1.x" ) but for some reason I haven't been able to connect from a remote location.
Is there something that I'm doing wrong? I've googled and I have yet to find a good tutorial.
                
                
            Code:
        
    ssh: connect to host [my home ip address] port 22: Connection refused
If this is being blocked at the router level, is there something that I have to do to configure my router for ssh? (BTW, the ssh package is installed)
I am able to connect to other computers on my home lan (using "ssh 192.168.1.x" ) but for some reason I haven't been able to connect from a remote location.
Is there something that I'm doing wrong? I've googled and I have yet to find a good tutorial.
