From ad3389bf856ff56865249c649eda5fe3da66759b Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 22 Sep 2017 11:43:38 +0100 Subject: [PATCH] dot/lftp-rc: Turn on moar TLS. Organization: Straylight/Edgeware From: Mark Wooding I hadn't covered data connections before, which was a mistake. Fix it. --- dot/lftp-rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/lftp-rc b/dot/lftp-rc index 05399ed..ba71605 100644 --- a/dot/lftp-rc +++ b/dot/lftp-rc @@ -2,3 +2,5 @@ set ftp:ssl-allow 1 set ftp:ssl-allow-anon 1 +set ftp:ssl-protect-data 1 +set ftp:ssl-protect-list 1 -- [mdw]