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>2014-10-07 14:27:21 +0100
commit2fd0b3814e27d584efa6df92845a7354e7c2de6c (patch)
tree2702acb42192fa1d829aabeb60e7a28b49e9d20b /ssh_config.5
parentcbd5cb03866f6df50c82d26588b73135d05bf245 (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 d68b45a79..a1005ba3d 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -759,6 +759,9 @@ Note that existing names and addresses in known hosts files
759will not be converted automatically, 759will not be converted automatically,
760but may be manually hashed using 760but may be manually hashed using
761.Xr ssh-keygen 1 . 761.Xr ssh-keygen 1 .
762Use of this option may break facilities such as tab-completion that rely
763on being able to read unhashed host names from
764.Pa ~/.ssh/known_hosts .
762.It Cm HostbasedAuthentication 765.It Cm HostbasedAuthentication
763Specifies whether to try rhosts based authentication with public key 766Specifies whether to try rhosts based authentication with public key
764authentication. 767authentication.