I am trying to see if ssh is properly configured on Ubuntu 11.04:
ashish@ubuntu:~$ ssh localhost
ssh: connect to host localhost port 22: Connection refused
ashish@ubuntu:~$
What do I do from here?
I am trying to see if ssh is properly configured on Ubuntu 11.04:
ashish@ubuntu:~$ ssh localhost
ssh: connect to host localhost port 22: Connection refused
ashish@ubuntu:~$
What do I do from here?
Bonus if you need to start the X server you run this:
Make sure the SSHD is running, looks like it is not.
Try
I am not familiar with ubuntu, but this should work.
Try:
It's most likely that the ssh server is not installed as only the client is installed by default.