mobaxterm链接linux桌面,MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面;How can I display a full remote deskto...

2023-05-16

How can I display a full remote desktop from a Unix/Linux server in MobaXterm (Gnome, KDE, FVWM, Openbox, Fluxbox, IceWM, XFCE, Blackbox, DWM, Enlightenment, LXDE, ...)?

You can use 2 different solutions:

- Configure your Linux/Unix distribution for enabling XDMCP remote access. You will find the appropriate procedure in your distribution documentation or by searching for " activate XDMCP" on any search engine. You will then be able to display the full remote desktop by starting a new "XDMCP" session in MobaXterm

- Go to MobaXterm "Settings" window --> "X11" tab --> select "Windowed mode" setting in the combo box and apply. This will run a windowed X11 server at MobaXterm startup instead of the default "transparent" X11 server. Connect to your remote server using "ssh -Y MY_REMOTE_SERVER" and then, run "gnome-session" or whatever window manager you want.

If you want to use the standard "multiwindow" (transparent) X11 server and occasionally start your full remote desktop in a windowed X11 server, you can go to MobaXterm "Settings" window --> "X11" tab --> select "Multiwindow mode" setting in the combo box and apply, then start a new SSH session and choose the appropriate desktop in the "Remote environment" field.

xdmcp:

on ubuntu 18.06+:

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

ecaa481e257be49b047f4713e8fa4696.png

reboot

# set mobaxterm

7b0c1cf76c3c175ded2f2d75e125c99a.png

# remote gnome desktop

apt install gnome-tweaks

Custom settings

1f812c1bd542e9cee7b2d95af1c21a8e.png

For more, please follow cnblogs.com/xuyaowen;

标签:remote,图形界面,desktop,Linux,X11,yes,server,MobaXterm

来源: https://www.cnblogs.com/xuyaowen/p/mobaxterm-ssh-x11-forward.html

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

mobaxterm链接linux桌面,MobaXterm以图形界面GUI形式登录打开远程linux ubuntu服务器桌面;How can I display a full remote deskto... 的相关文章

随机推荐