当前位置: 技术问答>linux和unix
如何链接到虚拟机上的linux
来源: 互联网 发布时间:2016-02-19
本文导语: 在windows XP(192.168.1.168)下安装虚拟机VMware,上面装好了unbuntu操作系统(192.168.1.44),两个系统都能上网,现在我想在unbuntu上添加一个用户,并且在windows下用putty登陆,请问该如何设置, 我现在用putty登陆显示“连...
在windows XP(192.168.1.168)下安装虚拟机VMware,上面装好了unbuntu操作系统(192.168.1.44),两个系统都能上网,现在我想在unbuntu上添加一个用户,并且在windows下用putty登陆,请问该如何设置,
我现在用putty登陆显示“连接被拒绝”
我现在用putty登陆显示“连接被拒绝”
|
unbuntu里面启动ssh服务了吗?
|
启动ssh服务就可以了.
ubuntu:~$ ls -alF /etc/rc1.d/*ssh*
lrwxrwxrwx 1 root root 13 May 13 2007 /etc/rc1.d/K20ssh -> ../init.d/ssh*
ubuntu:~$ ls -alF /etc/rc2.d/*ssh*
lrwxrwxrwx 1 root root 13 May 13 2007 /etc/rc2.d/S20ssh -> ../init.d/ssh*
ubuntu:~$ ls -alF /etc/rc1.d/*ssh*
lrwxrwxrwx 1 root root 13 May 13 2007 /etc/rc1.d/K20ssh -> ../init.d/ssh*
ubuntu:~$ ls -alF /etc/rc2.d/*ssh*
lrwxrwxrwx 1 root root 13 May 13 2007 /etc/rc2.d/S20ssh -> ../init.d/ssh*