diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:11 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-03-20 00:32:29 +0000 |
commit | 1d108ef62050b4368e24e1efada16ec88c177fb8 (patch) | |
tree | d86b58375cc3e10987cee7ab254e0f2b0d809b07 | |
parent | d4ac61d918775f629eff9a389d0f7bb0f8426b48 (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 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 | |||
740 | will not be converted automatically, | 740 | will not be converted automatically, |
741 | but may be manually hashed using | 741 | but may be manually hashed using |
742 | .Xr ssh-keygen 1 . | 742 | .Xr ssh-keygen 1 . |
743 | Use of this option may break facilities such as tab-completion that rely | ||
744 | on being able to read unhashed host names from | ||
745 | .Pa ~/.ssh/known_hosts . | ||
743 | .It Cm HostbasedAuthentication | 746 | .It Cm HostbasedAuthentication |
744 | Specifies whether to try rhosts based authentication with public key | 747 | Specifies whether to try rhosts based authentication with public key |
745 | authentication. | 748 | authentication. |