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