summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:11 +0000
committerColin Watson <cjwatson@debian.org>2018-08-24 17:49:07 +0100
commitc1af61a47620c9f50efb53774139c308410f9296 (patch)
tree250765123017b740c83bca6945b304cd2d57dab6
parent0d0221146dc61545ca1dba099f669d5d6a37504e (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 03341a229..cb68f51a6 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -775,6 +775,9 @@ Note that existing names and addresses in known hosts files
775will not be converted automatically, 775will not be converted automatically,
776but may be manually hashed using 776but may be manually hashed using
777.Xr ssh-keygen 1 . 777.Xr ssh-keygen 1 .
778Use of this option may break facilities such as tab-completion that rely
779on being able to read unhashed host names from
780.Pa ~/.ssh/known_hosts .
778.It Cm HostbasedAuthentication 781.It Cm HostbasedAuthentication
779Specifies whether to try rhosts based authentication with public key 782Specifies whether to try rhosts based authentication with public key
780authentication. 783authentication.