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>2018-04-03 08:26:38 +0100
commit4fc40c98c57ecd166f87008261357810a21178e6 (patch)
tree2b69c7b22c184b67def923e00bfb3456f91bf32a /ssh_config.5
parente55358f350ef1183679c845a4f9913b2866cf847 (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 84dcd52cc..ca0528842 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -784,6 +784,9 @@ Note that existing names and addresses in known hosts files
784will not be converted automatically, 784will not be converted automatically,
785but may be manually hashed using 785but may be manually hashed using
786.Xr ssh-keygen 1 . 786.Xr ssh-keygen 1 .
787Use of this option may break facilities such as tab-completion that rely
788on being able to read unhashed host names from
789.Pa ~/.ssh/known_hosts .
787.It Cm HostbasedAuthentication 790.It Cm HostbasedAuthentication
788Specifies whether to try rhosts based authentication with public key 791Specifies whether to try rhosts based authentication with public key
789authentication. 792authentication.