2010年9月17日星期五

通过ssh访问VirtualBox Ubuntu

ubuntu中
sudo apt-get install ssh
/etc/init.d/ssh restart
reboot
cmd中
VBoxManage setextradata ubuntu "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata ubuntu  "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/HostPort"  2222
VBoxManage setextradata ubuntu  "VBoxInternal/Devices/e1000/0/LUN#0/Config/ssh/GuestPort" 22
可以用这个命令查看自己都对virtualbox进行了那些设置:
VBoxManage getextradata ubuntu enumerate
ubuntu为虚拟系统名称

用SSH Secure Shell Client连接 host name :localhost ;port :2222

没有评论:

发表评论