Complete FTP Telnet xmanager settings (1)

Source: Internet
Author: User

Linux has always been a common system in enterprises. For some service settings, the configuration in Linux is very different from that in Windows. Next we will explain the FTP Telnet xmanager network configuration in SuSE 。

FTP Telnet xmanager network configuration 1: FTP Configuration

We recommend that you use vsftp. If you use pure-ftpd, you must disable the pure-ftpd service.

(1) the Root user executes yast2 --- network services -- network services (inetd)

Set/usr/sbin/pure-ftpd and/usr/sbin/vsftpd

Set the pure-ftp status to off and vsftpd to on respectively, and click the button to complete the modification.

(2) comment out the following four items in vi/etc/vsftpd. conf:

 
 
  1. #write_enable=YES 
  2. #local_enable=YES 
  3. #ascii_upload_enable=YES 
  4. #ascii_download_enable=YES 

(3) vi/etc/ftpuser comment out the root user

(4) restart the network service:/etc/init. d/xinetd restart

FTP Telnet xmanager network configuration 2: Telnet settings

(1) Use the vi command to edit the/etc/hosts. deny file, and open the telnet logon permission control,

 
 
  1. # vi /etc/hosts.deny: 

Add "#" in front of ALL: ALL to unregister this row.

(2) Use the vi command to edit the/etc/hosts. allow file and open the root user logon permission control:

Add ALL: ALL

(3) run the vi command to edit the/etc/xinetd. d/telnet file and release telnet:

Use "#" to cancel disable = yes, or change it to disable = no

(4). Edit the/etc/pam. d/login file with the command, and release the root user logon permission control,

 
 
  1. # vi /etc/pam.d/login: 

Add the "#" comment in front of the auth required/lib/security/pam_securetty.so line to cancel the line.

(5) Start the xinetd service,

 
 
  1. #/etc/init.d/xinetd stop  
  2. #/etc/init.d/xinetd start 

FTP Telnet xmanager network configuration 3: xmanager Configuration

1. Remove the comments in the/etc/X11/xdm/Xaccess file.

 
 
  1. # * # Any host can get a login windows
  2. -Changed
  3. * # Any host can get a login windows

2. comment out the/etc/X11/xdm-config file.


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.