#1175 closed enhancement

sftpd documentation doesn't advise to listen only on localhost — at Initial Version

Reported by: marked_doe Owned by: somebody
Priority: major Milestone: 1.8.0
Component: documentation Version: 1.8β
Keywords: security docs ftpd sftp easy reviewed Cc: marc.doudiet@…
Launchpad Bug:

Description

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)

Change History (1)

Changed at 2010-08-13T14:33:29Z by marked_doe

Note: See TracTickets for help on using tickets.