[openssh-commits] [openssh] 02/05: upstream: weaken the language for what HashKnownHosts provides with
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jan 25 18:20:11 AEDT 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f80d7d6aa98d6eddc5df02412efee6db75673d4c
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jan 25 07:01:00 2020 +0000
upstream: weaken the language for what HashKnownHosts provides with
regards to known_hosts name privacy, it's not practical for this option to
offer any guarantee that hostnames cannot be recovered from a disclosed
known_hosts file (e.g. by brute force).
OpenBSD-Commit-ID: 13f1e3285f8acf7244e9770074296bcf446c6972
---
ssh_config.5 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index 9d758361..3814596f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.314 2020/01/21 12:40:04 naddy Exp $
-.Dd $Mdocdate: January 21 2020 $
+.\" $OpenBSD: ssh_config.5,v 1.315 2020/01/25 07:01:00 djm Exp $
+.Dd $Mdocdate: January 25 2020 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -777,8 +777,8 @@ These hashed names may be used normally by
.Xr ssh 1
and
.Xr sshd 8 ,
-but they do not reveal identifying information should the file's contents
-be disclosed.
+but they do not visually reveal identifying information should the
+file's contents be disclosed.
The default is
.Cm no .
Note that existing names and addresses in known hosts files
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list