Deploy and tune 1.5 VSFTP deployment and optimization-1

Source: Internet
Author: User

The system comes with the FTP service software. Vsftpd

Installing VSFTPD

Yum Install-y vsftpd

Start VSFTPD

/ETC/INIT.D/VSFTPD start

If the boot fails, it may be that the port is occupied and all FTP services have 21 ports

Netstat-lnp
Killall PURE-FTPD

The default FTP service allows users of the system to log on

Change user's password is passwd plus username

passwd Wangshaojun

Log on to the remote machine

lftp [email protected]192.168. 1.117

Shared directory in the user's home directory, the command to view home directories is that the local machine

grep wangshaojun/etc/passwd

WANGSHAOJUN:X:500:500::/home/wangshaojun:/bin/bash

Create files and directories in your home directory

Mkdir/home/wangshaojun/aabb
touch/home/wangshaojun/1122. txt

On the remote machine LS. You can view the two files that you just created. or PWD to see where you are.

Because there are no restrictions on home directories, you can switch to any directory. This is a very dangerous behavior.

Restricting user access

Open the VSFTPD configuration file and remove the Chroot_local_user=yes comment

Vim/etc/vsftpd/vsftpd.conf

Chroot_local_user=yes

Restart VSFTPD

/ETC/INIT.D/VSFTPD restart

The remote machine then switches the directory display to fail, only in the current directory.

Deploy and tune 1.5 VSFTP deployment and optimization-1

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.