summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh_config.53
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
740will not be converted automatically, 740will not be converted automatically,
741but may be manually hashed using 741but may be manually hashed using
742.Xr ssh-keygen 1 . 742.Xr ssh-keygen 1 .
743Use of this option may break facilities such as tab-completion that rely
744on being able to read unhashed host names from
745.Pa ~/.ssh/known_hosts .
743.It Cm HostbasedAuthentication 746.It Cm HostbasedAuthentication
744Specifies whether to try rhosts based authentication with public key 747Specifies whether to try rhosts based authentication with public key
745authentication. 748authentication.