﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
1175	ftpd and sftpd documentation should advise to listen only on the loopback interface	marked_doe	davidsarah	"By default in the documentation ""docs/frontends/FTP-and-SFTP.txt"" the example is as follow:
{{{
 [sftpd]
 enabled = true
 port = 8022
 host_pubkey_file = private/ssh_host_rsa_key.pub
 host_privkey_file = private/ssh_host_rsa_key
 accounts.file = private/ftp.accounts
}}}

should be defined to listen on loopback interface only:
{{{
 [sftpd]
 enabled = true
 port = tcp:8022:interface=127.0.0.1
 host_pubkey_file = private/ssh_host_rsa_key.pub
 host_privkey_file = private/ssh_host_rsa_key
 accounts.file = private/ftp.accounts
}}}

(same on ftpd)"	enhancement	closed	major	1.8.0	documentation	1.8β	fixed	security docs ftpd sftp easy reviewed	marc.doudiet@…	
