summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:11 +0000
committerColin Watson <cjwatson@debian.org>2014-03-20 00:32:29 +0000
commit1d108ef62050b4368e24e1efada16ec88c177fb8 (patch)
treed86b58375cc3e10987cee7ab254e0f2b0d809b07 /ssh_config.5
parentd4ac61d918775f629eff9a389d0f7bb0f8426b48 (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
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.53
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 4bf7cbb3c..1d500e90a 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -740,6 +740,9 @@ Note that existing names and addresses in known hosts files
740will not be converted automatically, 740will not be converted automatically,
741but may be manually hashed using 741but may be manually hashed using
742.Xr ssh-keygen 1 . 742.Xr ssh-keygen 1 .
743Use of this option may break facilities such as tab-completion that rely
744on being able to read unhashed host names from
745.Pa ~/.ssh/known_hosts .
743.It Cm HostbasedAuthentication 746.It Cm HostbasedAuthentication
744Specifies whether to try rhosts based authentication with public key 747Specifies whether to try rhosts based authentication with public key
745authentication. 748authentication.