summaryrefslogtreecommitdiff
path: root/debian/patches/doc-hash-tab-completion.patch
blob: 16172a0207c8bec46bf3df625b2d2f529f9698fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Document that HashKnownHosts may break tab-completion
Author: Colin Watson <cjwatson@debian.org>
Bug-Debian: http://bugs.debian.org/430154
Last-Update: 2010-02-28

Index: b/ssh_config.5
===================================================================
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -531,6 +531,9 @@
 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.