ssh: document thumbfile options
This commit is contained in:
parent
da0a7ac387
commit
88cdfe76df
1 changed files with 11 additions and 3 deletions
|
@ -8,6 +8,9 @@ ssh - secure shell remote login client
|
||||||
] [
|
] [
|
||||||
.B -R
|
.B -R
|
||||||
] [
|
] [
|
||||||
|
.B -t
|
||||||
|
.I thumbfile
|
||||||
|
] [
|
||||||
.B -u
|
.B -u
|
||||||
.I user
|
.I user
|
||||||
] [
|
] [
|
||||||
|
@ -32,7 +35,14 @@ are forwarded to the local side.
|
||||||
The connection is authenticated and encrypted
|
The connection is authenticated and encrypted
|
||||||
using the SSH2 protocol. The user authenticates
|
using the SSH2 protocol. The user authenticates
|
||||||
itself to the host using his RSA keypair or plaintext
|
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
|
.PP
|
||||||
When no
|
When no
|
||||||
.I cmd
|
.I cmd
|
||||||
|
@ -56,5 +66,3 @@ option enables debug output.
|
||||||
.IR vt (1),
|
.IR vt (1),
|
||||||
.IR rsa (8),
|
.IR rsa (8),
|
||||||
.IR factotum (4)
|
.IR factotum (4)
|
||||||
.SH BUGS
|
|
||||||
The host is not authenticated.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue