ubuntu – 不能ssh到localhost

前端之家收集整理的这篇文章主要介绍了ubuntu – 不能ssh到localhost前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试看看ssh是否正确配置Ubuntu 11.04:
ashish@ubuntu:~$ ssh localhost
  ssh: connect to host localhost port 22: Connection refused
  ashish@ubuntu:~$

我从这里做什么?

尝试:
sudo apt-get install openssh-server

很可能ssh服务器未安装,因为默认情况下仅安装客户端。

猜你在找的Ubuntu相关文章