[tahoe-dev] [tahoe-lafs] #1175: sftpd documentation doesn't advise to listen only on localhost
tahoe-lafs
trac at tahoe-lafs.org
Fri Aug 13 14:33:09 UTC 2010
#1175: sftpd documentation doesn't advise to listen only on localhost
-------------------------------------+--------------------------------------
Reporter: marked_doe | Owner: somebody
Type: enhancement | Status: new
Priority: major | Milestone: 1.8.0
Component: documentation | Version: 1.8β
Keywords: security docs ftpd sftp | Launchpad Bug:
-------------------------------------+--------------------------------------
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)
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1175>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-dev
mailing list