Skip to content

Latest commit

 

History

History
93 lines (49 loc) · 1.52 KB

File metadata and controls

93 lines (49 loc) · 1.52 KB

远程链接

Linux可以通过ssh服务远程m's连接

Windows可以通过mstsc命令远程连接电脑192.168.234.131

注意要打开控制面板,关闭防火墙的设置

补充windows远程连接Ubuntu操作

点击桌面共享,在设置里面启动远程登陆,用户可以用ssh来连接ssh ubuntu.local

打开终端:

sudo apt-get install xrdp vnc4server

安装dconf-editor

sudo apt-get install dconf-editor

主菜单查询dconf打开

配置dconf

选择ore-gnome-desktop-remote-access

然后取消requlre-encryption

192.168.234.136

img

1、安装xrdp

sudo apt-get install xrdp

2、安装vnc4server

 sudo apt-get install vnc4server

3、安装xubuntu-desktop

sudo apt-get install xubuntu-desktop

4、向xsession中写入xfce4-session

echo “xfce4-session” >~/.xsession

5、开启xrdp服务

sudo service xrdp restart

用windows mstsc远程连接桌面

注意:不指定用户

END 链接