Ticket #1175: ftpd+sftpd-docs.dpatch

File ftpd+sftpd-docs.dpatch, 2.6 KB (added by marked_doe, at 2010-08-13T14:33:29Z)
Line 
1Fri Aug 13 16:08:53 CEST 2010  marc.doudiet@nimag.net
2  * docs/frontends/FTP-and-SFTP.txt : ftpd and sftpd doesn't listen on loopback interface only
3
4New patches:
5
6[docs/frontends/FTP-and-SFTP.txt : ftpd and sftpd doesn't listen on loopback interface only
7marc.doudiet@nimag.net**20100813140853
8 Ignore-this: 5b5dfd0e5991a2669fe41ba13ea21bd4
9] {
10hunk ./docs/frontends/FTP-and-SFTP.txt 80
11 
12  [ftpd]
13  enabled = true
14- port = 8021
15+ port = tcp:8021:interface=127.0.0.1
16  accounts.file = private/ftp.accounts
17 
18hunk ./docs/frontends/FTP-and-SFTP.txt 83
19-The FTP server will listen on the given port number. The "accounts.file"
20-pathname will be interpreted relative to the node's BASEDIR.
21+The FTP server will listen on the given port number and on the loopback
22+interface only. The "accounts.file" pathname will be interpreted
23+relative to the node's BASEDIR.
24 
25 To enable the FTP server with an account server instead, provide the URL of
26 that server in an "accounts.url" directive:
27hunk ./docs/frontends/FTP-and-SFTP.txt 92
28 
29  [ftpd]
30  enabled = true
31- port = 8021
32+ port = tcp:8021:interface=127.0.0.1
33  accounts.url = https://example.com/login
34 
35 You can provide both accounts.file and accounts.url, although it probably
36hunk ./docs/frontends/FTP-and-SFTP.txt 122
37 
38  [sftpd]
39  enabled = true
40- port = 8022
41+ port = tcp:8022:interface=127.0.0.1
42  host_pubkey_file = private/ssh_host_rsa_key.pub
43  host_privkey_file = private/ssh_host_rsa_key
44  accounts.file = private/ftp.accounts
45hunk ./docs/frontends/FTP-and-SFTP.txt 127
46 
47-The SFTP server will listen on the given port number. The "accounts.file"
48-pathname will be interpreted relative to the node's BASEDIR.
49+The SFTP server will listen on the given port number and on the loopback
50+interface only. The "accounts.file" pathname will be interpreted
51+relative to the node's BASEDIR.
52 
53 Or, to use an account server instead, do this:
54 
55hunk ./docs/frontends/FTP-and-SFTP.txt 135
56  [sftpd]
57  enabled = true
58- port = 8022
59+ port = tcp:8022:interface=127.0.0.1
60  host_pubkey_file = private/ssh_host_rsa_key.pub
61  host_privkey_file = private/ssh_host_rsa_key
62  accounts.url = https://example.com/login
63}
64
65Context:
66
67[docs: NEWS: edit English usage, remove ticket numbers for regressions vs. 1.7.1 that were fixed again before 1.8.0c2
68zooko@zooko.com**20100811071758
69 Ignore-this: 993f5a1e6a9535f5b7a0bd77b93b66d0
70] 
71[docs: NEWS: more detail about new-downloader
72zooko@zooko.com**20100811071303
73 Ignore-this: 9f07da4dce9d794ce165aae287f29a1e
74] 
75[TAG allmydata-tahoe-1.8.0c2
76david-sarah@jacaranda.org**20100810073847
77 Ignore-this: c37f732b0e45f9ebfdc2f29c0899aeec
78] 
79Patch bundle hash:
80627beda882f6b834850095239a8341bde80453b0