summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-29 05:14:46 +0000
committerColin Watson <cjwatson@debian.org>2007-06-29 05:14:46 +0000
commitf2ae8bb2a3230ee803de23b0c4785733ce9eea2e (patch)
tree10be3bf8088ee992055f259dc9ebc1a25c00d6ea
parentdfd974ae0cd73b174f1f99831a0a145bc4867647 (diff)
* Document that HashKnownHosts may break tab-completion (closes: #430154).
-rw-r--r--debian/changelog1
-rw-r--r--ssh_config.53
2 files changed, 4 insertions, 0 deletions
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
3 * Only build PIE executables on Linux and NetBSD (closes: #430455). 3 * Only build PIE executables on Linux and NetBSD (closes: #430455).
4 * Fix broken switch fallthrough when SELinux is running in permissive mode 4 * Fix broken switch fallthrough when SELinux is running in permissive mode
5 (closes: #430838). 5 (closes: #430838).
6 * Document that HashKnownHosts may break tab-completion (closes: #430154).
6 7
7 -- Colin Watson <cjwatson@debian.org> Tue, 26 Jun 2007 09:56:40 +0100 8 -- Colin Watson <cjwatson@debian.org> Tue, 26 Jun 2007 09:56:40 +0100
8 9
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
523will not be converted automatically, 523will not be converted automatically,
524but may be manually hashed using 524but may be manually hashed using
525.Xr ssh-keygen 1 . 525.Xr ssh-keygen 1 .
526Use of this option may break facilities such as tab-completion that rely
527on being able to read unhashed host names from
528.Pa ~/.ssh/known_hosts .
526.It Cm HostbasedAuthentication 529.It Cm HostbasedAuthentication
527Specifies whether to try rhosts based authentication with public key 530Specifies whether to try rhosts based authentication with public key
528authentication. 531authentication.