summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-04-23 02:59:32 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-04-23 02:59:32 +0200
commit88cdfe76dffb314e2d21362f39bf1088ffe68086 (patch)
tree4d8fb1800f1c5b046c0d4d1329115b2c8f59fca3 /sys/man/1
parentda0a7ac387a0e99e46be7611fd8d7083c6ff85db (diff)
ssh: document thumbfile options
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/ssh14
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/man/1/ssh b/sys/man/1/ssh
index b409bbcf0..44d6614d8 100644
--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -8,6 +8,9 @@ ssh - secure shell remote login client
] [
.B -R
] [
+.B -t
+.I thumbfile
+] [
.B -u
.I user
] [
@@ -32,7 +35,14 @@ are forwarded to the local side.
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 @@ option enables debug output.
.IR vt (1),
.IR rsa (8),
.IR factotum (4)
-.SH BUGS
-The host is not authenticated.