From 9213881f3f1781e7e0b082838ab07bb289922883 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 11 Nov 2014 21:14:26 +0000 Subject: [PATCH] Link to info about STARTTLS --- usage.org | 2 +- website/usage.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usage.org b/usage.org index 70aa99ef..6fbc26cd 100644 --- a/usage.org +++ b/usage.org @@ -23,7 +23,7 @@ You should transfer any passwords to a password manager such as [[http://www.kee To exit you can either just close the terminal or use *CTRL-x CTRL-c* followed by the *exit* command. * Using Email ** A technical note about email transport security -Port 465 is used for SMTP and this is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are possible attacks against STARTTLS in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties. +Port 465 is used for SMTP and this is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are [[https://www.eff.org/deeplinks/2014/11/starttls-downgrade-attacks][possible attacks against STARTTLS]] in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties. ** Add a password to your GPG key If you didn't use existing GPG keys during the Freedombone installation then you'll need to add a password to your newly generated private key. This is highly recommended. Go through the following sequence of commands to ssh into the Freedombone and then change your GPG password. diff --git a/website/usage.html b/website/usage.html index c611d6b3..4f50e1a9 100644 --- a/website/usage.html +++ b/website/usage.html @@ -4,7 +4,7 @@ - + @@ -223,7 +223,7 @@ To exit you can either just close the terminal or use CTRL-x CTRL-c follo

A technical note about email transport security

-Port 465 is used for SMTP and this is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are possible attacks against STARTTLS in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties. +Port 465 is used for SMTP and this is supposedly deprecated for secure email. However, using TLS from the start of the communications seems far more secure than starting off with insecure communications and then trying to upgrade it with a command to begin TLS, as happens with STARTTLS. There are possible attacks against STARTTLS in which the command to begin secure communications is removed or overwritten which could then result in email being transferred in plain text over the internet and be readable by third parties.