shithub: riscv

Download patch

ref: 403584715f06a7bd72f8c350fa4100468f2e8bb4
parent: 42f449b9ce66a74e17047c93fac6306c66ab1331
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 23 22:21:43 EDT 2017

ssh(1): refer to thumbprint(6) for the sshthumbs file format

--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -39,7 +39,9 @@
 the host to the user, the hosts RSA public key is
 hashed and compared to the entries in
 .B $home/lib/sshthumbs
-file. The 
+file (see
+.IR thumbprint (6)).
+The 
 .I thumbfile
 location can be changed with the
 .B -t
@@ -68,7 +70,8 @@
 the user's thumbfile of known host fingerprints
 .SH SOURCE
 .B /sys/src/cmd/ssh.c
-.SH SEE ALSO
+.SH "SEE ALSO"
 .IR vt (1),
 .IR rsa (8),
+.IR thumbprint (6),
 .IR factotum (4)