I want to login to my company's server (remote) from my room. I have the server address, so I use this command to login :
It waits for a very long time and then returns with
error connection timed out port 22.
I configured these settings in the remote server :
Code:
#/etc/init.d/iptables stop
Then I connect via ssh from my home but still the same error.
Then in the config file /etc/ssh/sshd_config, I uncomment the line :
ListenAddress 0.0.0.0
I connect via ssh again from home but still the same error.
The connection is not denied in
hosts.deny and
hosts.allow.
How do I get the connection up and running? Pls help...