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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM