欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Windows 远程控制 Ubuntu

程序员文章站 2022-07-05 12:35:20
...

Windows 命令行控制 Ubuntu

命令行控制:

#ubuntu
sudo apt-get -y install ssh

#windows
putty IP:22
user:passwd

Windows 桌面控制 Ubuntu

转至 {使用Windows 10远程控制Ubuntu 16.04}
https://www.linuxidc.com/Linux/2016-12/138600.htm

Ubuntu16.04端:

1、sudo apt-get install xrdp vnc4server xbase-clients
2、sudo apt-get install dconf-editor
3、搜索 桌面,选择 “桌面共享首选项”
  3.1、桌面共享设置:
    安全 > 要求远程用户输入密码 > ***
4、搜索 dconf,选择 “dconf系统配置编辑器”
  4.1、dconf-editor设置:
    org > gnome > desktop > remote-access,取消"requlre-encryption"

Windows 端:

1、运行 > mstsc
2、输入 远程IP
3、选择vnc-any
  3.1、输入Ubuntu的ip地址,端口不变(59003.2、输入上述设置的密码 ***
4、远程连接到ubuntu 16.04桌面