ssh: connect to host xxx.xxx.xxx.xxx port 22: Connection refused
- by Umair Mustafa
Well im trying to connect to a client machine using ssh using this command
ssh root@ip-of-server
It immediately slaps me with this error
ssh: connect to host xxx.xxx.xxx.xxx port 22: Connection refused
Then I tried to access a local server using same command it worked.
For further experiment I tried to do
ssh [email protected]
It displayed the same error
Whats wrong here. Any suggestion