求救!win7下用VMware装ubuntu10.04,putty不能用
-
- 帖子: 1
- 注册时间: 2010-11-20 12:30
求救!win7下用VMware装ubuntu10.04,putty不能用
我在win7下用VMware7.1.2装了ubuntu10.04,装机没问题,但为什么用putty和SSH Secure File Transfer Client连接虚拟机时连不上,前者出现network error:connection refused,后者出现this “IP地址”is unreachable,请教各位大哥怎么回事?
-
- 帖子: 1
- 注册时间: 2010-06-06 11:57
Re: 求救!win7下用VMware装ubuntu10.04,putty不能用
在ubuntu桌面版本下面openssh不是默认安装的,所以要使用ssh 连接 ubuntu需要保证以下几点。
1. 确保你安装的ubuntu 已经可以上网
2. 在terminal 下面运行如下命令
a) sudo apt-get update
b) sudo apt-get install openssh-server
c) sudo apt-get install openssh-client
3) 使用 ssh <username>@localhost 来测试你的openssh 安装是否成功。
1. 确保你安装的ubuntu 已经可以上网
2. 在terminal 下面运行如下命令
a) sudo apt-get update
b) sudo apt-get install openssh-server
c) sudo apt-get install openssh-client
3) 使用 ssh <username>@localhost 来测试你的openssh 安装是否成功。
- meteormatt
- 帖子: 693
- 注册时间: 2008-02-24 14:15
- 系统: Ubuntu
- 来自: 江苏
- 联系:
Re: 求救!win7下用VMware装ubuntu10.04,putty不能用
同意.jamesgf 写了:在ubuntu桌面版本下面openssh不是默认安装的,所以要使用ssh 连接 ubuntu需要保证以下几点。
1. 确保你安装的ubuntu 已经可以上网
2. 在terminal 下面运行如下命令
a) sudo apt-get update
b) sudo apt-get install openssh-server
c) sudo apt-get install openssh-client
3) 使用 ssh <username>@localhost 来测试你的openssh 安装是否成功。
怀念以前的老台式机。可惜现在租的地方没条件用了。目前只能用笔记本和手机了。