From 641c9da369a2962a6393de4b890a563c6f02bbeb Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 23 Apr 2017 03:31:20 +0200 Subject: [PATCH] ssh(1): add $home/lib/thumbfile to FILE section --- sys/man/1/ssh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/sys/man/1/ssh b/sys/man/1/ssh index 44d6614d8..5d62a8561 100644 --- a/sys/man/1/ssh +++ b/sys/man/1/ssh @@ -34,13 +34,14 @@ are forwarded to the local side. .PP The connection is authenticated and encrypted using the SSH2 protocol. The user authenticates -itself to the host using his RSA keypair or plaintext -passwords. To authenticate the host to the user, -the hosts RSA public key is hashed and compared -to the entries in +itself to the host using his RSA key pair (stored +in factotum) or plaintext passwords. To authenticate +the host to the user, the hosts RSA public key is +hashed and compared to the entries in .B $home/lib/sshthumbs -file. The thumb files location can be changed -with the +file. The +.I thumbfile +location can be changed with the .B -t option. .PP @@ -60,6 +61,11 @@ option. The .B -d option enables debug output. +.SH FILES +.TF $home/lib/sshthumbs +.TP +.B $home/lib/sshthumbs +the user's thumbfile of known host fingerprints .SH SOURCE .B /sys/src/cmd/ssh.c .SH SEE ALSO