summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:11 +0000
committerColin Watson <cjwatson@debian.org>2016-03-10 13:01:05 +0000
commite28df965f5f36a83bba58549a216fba78277585f (patch)
treec363cd7715cc78b81cbeff0ee8a535e0eae7b99d
parentaf8f74e50c8b6f49d85bd03c64e92260ae95ef59 (diff)
Document that HashKnownHosts may break tab-completion
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1727 Bug-Debian: http://bugs.debian.org/430154 Last-Update: 2013-09-14 Patch-Name: doc-hash-tab-completion.patch
-rw-r--r--ssh_config.53
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index ab8f27179..0f52d1494 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -883,6 +883,9 @@ Note that existing names and addresses in known hosts files
883will not be converted automatically, 883will not be converted automatically,
884but may be manually hashed using 884but may be manually hashed using
885.Xr ssh-keygen 1 . 885.Xr ssh-keygen 1 .
886Use of this option may break facilities such as tab-completion that rely
887on being able to read unhashed host names from
888.Pa ~/.ssh/known_hosts .
886.It Cm HostbasedAuthentication 889.It Cm HostbasedAuthentication
887Specifies whether to try rhosts based authentication with public key 890Specifies whether to try rhosts based authentication with public key
888authentication. 891authentication.