From f2ae8bb2a3230ee803de23b0c4785733ce9eea2e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 29 Jun 2007 05:14:46 +0000 Subject: * Document that HashKnownHosts may break tab-completion (closes: #430154). --- debian/changelog | 1 + ssh_config.5 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 421434c38..0fd782c1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ openssh (1:4.6p1-3) UNRELEASED; urgency=low * Only build PIE executables on Linux and NetBSD (closes: #430455). * Fix broken switch fallthrough when SELinux is running in permissive mode (closes: #430838). + * Document that HashKnownHosts may break tab-completion (closes: #430154). -- Colin Watson Tue, 26 Jun 2007 09:56:40 +0100 diff --git a/ssh_config.5 b/ssh_config.5 index 412aed1e1..532bb191a 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -523,6 +523,9 @@ Note that existing names and addresses in known hosts files will not be converted automatically, but may be manually hashed using .Xr ssh-keygen 1 . +Use of this option may break facilities such as tab-completion that rely +on being able to read unhashed host names from +.Pa ~/.ssh/known_hosts . .It Cm HostbasedAuthentication Specifies whether to try rhosts based authentication with public key authentication. -- cgit v1.2.3