summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:11 +0000
committerColin Watson <cjwatson@debian.org>2019-10-09 23:07:49 +0100
commit944653642de12f09baa546011429fb69ffc0065a (patch)
treed497f312e5b213e002203250ef84d82d3acdee24
parente9f961ffa4e4e73ed22103b5697147d135d88b4f (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 2c74b57c0..4b42aab9d 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -840,6 +840,9 @@ Note that existing names and addresses in known hosts files
840will not be converted automatically, 840will not be converted automatically,
841but may be manually hashed using 841but may be manually hashed using
842.Xr ssh-keygen 1 . 842.Xr ssh-keygen 1 .
843Use of this option may break facilities such as tab-completion that rely
844on being able to read unhashed host names from
845.Pa ~/.ssh/known_hosts .
843.It Cm HostbasedAuthentication 846.It Cm HostbasedAuthentication
844Specifies whether to try rhosts based authentication with public key 847Specifies whether to try rhosts based authentication with public key
845authentication. 848authentication.