Ubuntu Server

Page 113

最佳方案

mysql> USE ftpusers; mysql> CREATE TABLE IF NOT EXISTS `admin` ( `Username` varchar(35) NOT NULL default '', `Password` char(32) NOT NULL default '', PRIMARY KEY (`Username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

INSERT INTO `admin` (`Username`, `Password`) VALUES ('ftpadmin', MD5('ftpadminPassword')); mysql> quit

11.5

Pure-FTPd 配置选项介绍

11.5.3

字符串型配置选项

1.任意字符串 ftp.ubox.org - jedi [13/Dec/2009:19:36:39] "GET /ftp/linux.tar.bz2" 200 21809338

11.6

实现 TLS 认证

11.6.1

证书设置

$ sudo openssl req -x509 -nodes -newkey rsa:1024 -keyout /etc/ssl/private/pureftpd.pem -out /etc/ssl/private/pure-ftpd.pem

204


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.