I am geeting this error whenever i am using the below command in ubuntu: ssh localhost
it shows the error unable to connect to local host at port 22:connection refused
Please help me with this
|
I am geeting this error whenever i am using the below command in ubuntu: ssh localhost it shows the error unable to connect to local host at port 22:connection refused Please help me with this | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It probably means that you don't have sshd running, or it could be a misconfigured firewall (yes, you can firewall off localhost). | |||
feedback
|
|
Maybe you don't have start server sshd.
| |||
feedback
|
|
You need a Install it via Terminal:
And try connecting:
| |||
|
feedback
|