summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
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.