Remote Desktop Xmanager3 on Linux

Source: Internet
Author: User

Previously, remote control of Linux was using secure File Transfer client and SecureCRT, or with samba to share, and recently began to attempt to use Remote Desktop Xmanager3.

Use the Xmanager3,redhat to configure several points:
Vi/etc/inittab
Id:3:initdefault:
Modified to:
Id:5:initdefault:
and change the last line to:
X:5:respawn:/usr/bin/gdm

For GDM:
Vi/etc/gdm/custom.conf
Under [XDMCP], add the following line:
Enable=1
For KDM:
Vi/usr/share/config/kdm/xaccess
Modify the #* #any host can get a login window behavior: * #any host can get a login window
Also modify:
Vi/usr/share/config/kdm/kdmrc
Find [XDMCP]
Modify Enable=true
port=177

Reboot, and then can not log in with root, establish a user login, can only use Xstart settings desktop such as Gnome login, can not use SSH after StartX command, the first I use STARTX want to login from the command line, no wonder has not been successful =,=

If you want to log in with root, add to GDM:
Vi/etc/gdm/custom.conf
[Security]
Allowremoteroot=true
Best written here,/usr/share/gdm/defaults.conf, is read-only file, do not rewrite.
#vi/etc/securetty End Added
pts/0
Pts/1
Pts/2
Pts/3
Pts/4

Vi/etc/pam.d/login Comment First line
#auth [User_unknown=ignore success=ok ignore=ignore Default=bad] pam_securetty.so
Vi/etc/pam.d/remote Comment First line
#auth Required Pam_securetty.so

OK, you can log in with the root user.

Secure File Transfer Client
The first tool to use, you can upload and download files, but it is OK to open only one window, when the more open after the management will be slower, and can not remember the password.

SecureCRT
Can open the tab page, and can record the password, management is more convenient, just download or upload files more trouble. Once used a small tool, you can open a dialog box in the command line to upload the download, but the tool does not have the verification function, often pass the wrong file, compared to make people headache.

Samba
Or the sharing interface is the most convenient introduction, is to open the share is quite troublesome, and by the user and directory restrictions are relatively large.
Smbpasswd-a Usename
Modify/etc/samba/smb.conf
or through the interface configuration, simple mess.


This article is from "Flying Justice Blog" blog, please be sure to keep this source http://xzq2000.blog.51cto.com/2487359/1766849

Remote Desktop Xmanager3 on Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.