您的位置:首页 > 其它

ping通却不能远程连接vmware中ubuntu

2015-11-16 20:11 369 查看
在ubuntu终端中输入  ifconfig  命令查询本机ip地址,eht0  (ethernet 因特网的缩写)。
在主机上 ping 此地址是通的,然而用 putty 通过 SSH 连接时却发出 Network Error,connection refused.警告
网上查询发现ubuntu没有ssh服务,[ubuntu开启SSH服务](http://www.cnblogs.com/xiazh/archive/2010/08/13/1798844.html)
照做之后却是
**xxx@ubuntu:~$ sudo apt-get install openssh-server**


[sudo] password for xxx:

Reading package lists… Done

Building dependency tree

Reading state information… Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

openssh-server : Depends: libck-connector0 (>= 0.2.1) but it is not installable

Recommends: ncurses-term but it is not installable

Recommends: ssh-import-id but it is not installable

E: Unable to correct problems, you have held broken packages.

后来发现是系统没有更新的问题,更行过后再 sudo apt-get install openssh-server

然而用root用户登录不上,最后新建一个用户解决。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ubuntu 远程连接