summaryrefslogtreecommitdiff
path: root/debian/patches/doc-hash-tab-completion.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
commit8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 (patch)
tree2e0d8058bdfc24a60a20c5bcbfd1075ef1048ff3 /debian/patches/doc-hash-tab-completion.patch
parente44a1fb6e8e59e67e5c8b6e83c0d8566d146aad9 (diff)
Convert to source format 3.0 (quilt).
Diffstat (limited to 'debian/patches/doc-hash-tab-completion.patch')
-rw-r--r--debian/patches/doc-hash-tab-completion.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/doc-hash-tab-completion.patch b/debian/patches/doc-hash-tab-completion.patch
new file mode 100644
index 000000000..c878b213e
--- /dev/null
+++ b/debian/patches/doc-hash-tab-completion.patch
@@ -0,0 +1,14 @@
1Index: b/ssh_config.5
2===================================================================
3--- a/ssh_config.5
4+++ b/ssh_config.5
5@@ -531,6 +531,9 @@
6 will not be converted automatically,
7 but may be manually hashed using
8 .Xr ssh-keygen 1 .
9+Use of this option may break facilities such as tab-completion that rely
10+on being able to read unhashed host names from
11+.Pa ~/.ssh/known_hosts .
12 .It Cm HostbasedAuthentication
13 Specifies whether to try rhosts based authentication with public key
14 authentication.