I am trying to connect to remote server via ssh but getting connection timeout.
I ran the following command
ssh testkamer@test.dommainname.com
and getting following result
ssh: connect to host testkamer@test.dommainname.com port 22: Connection timed out
but if try to connect on another remote server then I can login successfully.
So I think there is no problem in ssh and other person try to login with same login and password he can successfully login to server.
Please help me
Thanks.