diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:11 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-04-03 08:26:38 +0100 |
commit | 4fc40c98c57ecd166f87008261357810a21178e6 (patch) | |
tree | 2b69c7b22c184b67def923e00bfb3456f91bf32a | |
parent | e55358f350ef1183679c845a4f9913b2866cf847 (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.5 | 3 |
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 | |||
784 | will not be converted automatically, | 784 | will not be converted automatically, |
785 | but may be manually hashed using | 785 | but may be manually hashed using |
786 | .Xr ssh-keygen 1 . | 786 | .Xr ssh-keygen 1 . |
787 | Use of this option may break facilities such as tab-completion that rely | ||
788 | on being able to read unhashed host names from | ||
789 | .Pa ~/.ssh/known_hosts . | ||
787 | .It Cm HostbasedAuthentication | 790 | .It Cm HostbasedAuthentication |
788 | Specifies whether to try rhosts based authentication with public key | 791 | Specifies whether to try rhosts based authentication with public key |
789 | authentication. | 792 | authentication. |