Windows主机终端到Linux VirtualBox guest


0

鉴于Ubuntu 12.10在Windows 7主机上的VirtualBox中运行,有没有办法设置终端,使终端在Windows上运行但通过telnet / SSH /连接到Ubuntu等等?

Answers:


1

下载 油灰 ,它是一个处理ssh / telnet / whatewer的客户端:)并尝试使用端口22上的ssh连接到你的ubuntu ip地址。

如果这不起作用在ubuntu上安装ssh服务器(在控制台中): apt-get install openssh-server

并再次尝试腻子。


好的我已经安装了Putty和openssh-server并重新启动了虚拟机,ifconfig说 inet addr:10.0.2.15 我正在尝试使用端口22上的SSH连接到该端口,但连接超时。我错过了什么?
rwallace

检查sshd是否正在运行 ps aux | grep ssh,如果它正在侦听端口22 netstat -l -n -p | grep ssh 如果有一些防火墙规则 iptables -L -n
week

似乎sshd正在运行,没有防火墙规则,netstat输出包含行 0.0.0.0:22:::22 在LISTEN这个词之前,所有的检查都出来了吗?
rwallace

ping响应好吗?
week

不,从Windows超时ping 10.0.2.15。
rwallace
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.