summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-04-23 03:31:20 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-04-23 03:31:20 +0200
commit641c9da369a2962a6393de4b890a563c6f02bbeb (patch)
tree4beeab930b199ead86af8c8bf06fd412fd80ded3
parent88cdfe76dffb314e2d21362f39bf1088ffe68086 (diff)
downloadplan9front-641c9da369a2962a6393de4b890a563c6f02bbeb.tar.xz
ssh(1): add $home/lib/thumbfile to FILE section
-rw-r--r--sys/man/1/ssh18
1 files 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