Linux Several methods of remote connection graphical interface
1 . Enable the XDMCP protocol with Xmanager,linux (you can modify the configuration file directly, or run Gdmconfig or gdmsetup in Xshell, select the XDMCP tab, tick the start XDMCP), Xbrowser can discover Linux hosts and graphically Access Linux.
#vim/usr/share/gdm/defaults.conf--edit this file, change the configuration to the correct knot as follows
Allowroot=true
Allowremoteroot=true
Enable=true
After the change is complete, restart the GDM service
#gdm-restart
In Xbrowser you will see this node, double-click to select your own network segment to enter
Comment: This is a graphical interface generated through the network, that is, the network is broken before the graphical interface disappears, is not suitable for long-term open software use. This method is suitable for use in local area networks for security reasons.
2 . Linux enables the VNC service, the client can use the browser (via the Automatically loaded Java applet plugin) or the VNC Windows version of the client VNC viewer in a graphical way to access Linux.
#vncserver
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6F/46/wKiom1WWQl_iS1YhAAETHEK12x0713.jpg "title=" 1.JPG " alt= "Wkiom1wwql_is1yhaaethek12x0713.jpg"/>
Configured as above, where the password is the password that is filled in when VNC accesses it.
Comment: This method is directly connected to the remote desktop, even if the end session, the operation on the desktop will always exist, suitable for long-term start of the graphical interface software .
3 using Xmanager's Xshell tool,SSH connects remotely to a Linux host and runs Gnome-session or STARTKDE directly at the Linux command prompt. Xmanager automatically runs xmanager-passive to receive graphical interface information that is forwarded to the local by SSH.
The method provided above is to implement the remote forwarding of Linux desktop to local (XDMCP protocol implementation) through related tools to realize local graphical management.
Linux also has a Web-based management tool, Webmin (written in Perl, with Apache servers, which enables Web-based management of Linux hosts).
Comment: This way the session ends and the operation on the desktop disappears.
Several methods of Linux remote connection graphical interface