MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面

MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面

1. on ubuntu 18.04 +

  • First of install the openssh-server
   sudo apt-get install openssh-server
  • Edit /etc/ssh/ssh_config to have the following settings
    ForwardAgent yes
    ForwardX11 yes
    ForwardX11Trusted yes
  • Edit /etc/ssh/sshd_config to have the following setting
X11Forwarding yes

  • set xdmcp on gdm3
vim /etc/gdm3/custom.conf
[xdmcp]
Enable=true

reboot

2. set mobaxterm

3. remote gnome desktop

apt install gnome-tweaks

Custom settings

posted @ 2021-08-18 21:17  michaelchengjl  阅读(6646)  评论(0编辑  收藏  举报