diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-24 02:21:43 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-24 02:21:43 +0200 |
commit | 403584715f06a7bd72f8c350fa4100468f2e8bb4 (patch) | |
tree | 1c0616450f22879611160588f4f5f4312402e250 /sys/man/1 | |
parent | 42f449b9ce66a74e17047c93fac6306c66ab1331 (diff) |
ssh(1): refer to thumbprint(6) for the sshthumbs file format
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/ssh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/man/1/ssh b/sys/man/1/ssh index 5d62a8561..f8c86bff2 100644 --- a/sys/man/1/ssh +++ b/sys/man/1/ssh @@ -39,7 +39,9 @@ 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 +file (see +.IR thumbprint (6)). +The .I thumbfile location can be changed with the .B -t @@ -68,7 +70,8 @@ option enables debug output. 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) |