git: 9front

Download patch

ref: f636e9dde5aa60ef912f0e8b6e64c16febd88c99
parent: 942050fa08c3dbe735baaefa26106a84d87ef5da
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Apr 22 22:59:32 EDT 2017

ssh: document thumbfile options

--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -8,6 +8,9 @@
 ] [
 .B -R
 ] [
+.B -t
+.I thumbfile
+] [
 .B -u
 .I user
 ] [
@@ -32,7 +35,14 @@
 The connection is authenticated and encrypted
 using the SSH2 protocol. The user authenticates
 itself to the host using his RSA keypair or plaintext 
-passwords.
+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
+.B -t
+option.
 .PP
 When no
 .I cmd
@@ -56,5 +66,3 @@
 .IR vt (1),
 .IR rsa (8),
 .IR factotum (4)
-.SH BUGS
-The host is not authenticated.
--