Page 1 of 1

Change FTP Connection Info

PostPosted:11 Oct 2018 21:25
by owsadmin
Hello,

It's is possible change the information when client connect in FTP?

Image

Re: Change FTP Connection Info

PostPosted:11 Oct 2018 21:42
by nguyenoanh
Hello !
My answer is YES.

You can run this below command after edit it:
Code: Select all
openssl req -x509 -nodes -days 7200 -newkey rsa:2048 -keyout /etc/pki/pure-ftpd/pure-ftpd.pem -out /etc/pki/pure-ftpd/pure-ftpd.pem -subj "/C=US/ST=VPSSIM FTP/L=VPSSIM FTP/O=VPSSIM FTP/CN=VPSSIM FTP"

Re: Change FTP Connection Info

PostPosted:11 Oct 2018 23:58
by owsadmin
Thank you a lot @nguyenoanh

Re: Change FTP Connection Info

PostPosted:07 Nov 2018 01:36
by owsadmin
nguyenoanh wrote:
11 Oct 2018 21:42
Hello !
My answer is YES.

You can run this below command after edit it:
Code: Select all
openssl req -x509 -nodes -days 7200 -newkey rsa:2048 -keyout /etc/pki/pure-ftpd/pure-ftpd.pem -out /etc/pki/pure-ftpd/pure-ftpd.pem -subj "/C=US/ST=VPSSIM FTP/L=VPSSIM FTP/O=VPSSIM FTP/CN=VPSSIM FTP"
well, it did not work :(

openssl req -x509 -nodes -days 7200 -newkey rsa:2048 -keyout /etc/pki/pure-ftpd/pure-ftpd.pem -out /etc/pki/pure-ftpd/pure-ftpd.pem -subj "/C=BR/ST=OWSBR FTP/L=OWSBR FTP/O=OWSBR FTP/CN=OWSBR FTP"

Image

FTP restarted - VPS restarted..

I do something wrong?

Re: Change FTP Connection Info

PostPosted:07 Nov 2018 15:24
by nguyenoanh
Hello.
Sorry about this.
I will be check this again.