From 51721ffdc0d87729f6a8b9e5e8c06cb2f06fe105 Mon Sep 17 00:00:00 2001 From: forest Date: Sun, 31 Jan 2021 02:20:20 -0600 Subject: [PATCH] wording --- capsulflask/templates/about-ssh.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/capsulflask/templates/about-ssh.html b/capsulflask/templates/about-ssh.html index b6e5509..5a9ec65 100644 --- a/capsulflask/templates/about-ssh.html +++ b/capsulflask/templates/about-ssh.html @@ -308,7 +308,8 @@ Host key verification failed. It has to be this way, because often times SSH is the first service that runs on a server, before any other services or processes launch. SSH server has to run no matter what, because it's what we're gonna depend on to log in there and fix everything else which is broken! Also, SSH has to work for all computers, not just the ones which - are reachable publically. So, arguing that SSH should be wrapped in TLS or that SSH should use x.509 doesn't make much sense. + have internet access or are reachable publically. + So, arguing that SSH should be wrapped in TLS or that SSH should use x.509 doesn't make much sense.