Gssftp service configuration method

Source: Internet
Author: User

1. Start the gssftp Service

Setup-> select gssftp;

2. Modify the gssftp File

VI/etc/xinetd. d/gssftp;

The modified content is as follows:

Service ftp
{
Disable = No
Flags = Reuse
Socket_type = stream
Wait = No
User = root
Server =/usr/Kerberos/sbin/ftpd
# Server_args =-l-
Server_args =-l

Log_on_failure + = userid
}

Note two points: A, disable = no; B, server_args =-L;

3. Service xinetd restart;

4. inspection:

Run the command FTP 127.0.0.1 on the local machine.

If the following content appears, click OK. If the root user fails to log on to the system, check the 5th entries:

Connected to localhost (127.0.0.1 ).
220 localhost. localdomain FTP Server (version 5.60) ready.
Name (localhost: Root): Root
331 Password required for root.
Password:

5. Modify/etc/PAM. d/FTP (telnet is to modify login)

This line is blocked, for example: # auth required/lib/security/pam_securetty.so

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.