Having trouble SSH'ing to an internal server that is outside of an enterprise level firewall. I have a fresh install of Fedora 17. Here is the command I'm running:
ssh root@<example-domain.my-company-server.net>
Unfortunately, I get this error response:
ssh: connect to host <example-domain.my-company-server.net> port 22: Connection timed out
I've turned off my local firewall, browsers are connecting to the web fine, and Socks5 proxy is correctly configured. I've hit a brick wall at this point and don't know how to proceed. I can't SSH to the server ... Is it my fault, or could it be a problem beyond my immediate control (like the corporate firewall, or the server configuration)??
New to SSH and would appreciate any help! Thanks and Cheers.