Skip to content
Snippets Groups Projects
Commit c53dab92 authored by Niels Möller's avatar Niels Möller
Browse files

(Hostauth options): Updated --host-db-update (used to be

---captured-to).

Rev: doc/lsh.texinfo:1.54
parent 71ee5269
No related branches found
No related tags found
No related merge requests found
...@@ -1094,7 +1094,8 @@ The options that change this behaviour are ...@@ -1094,7 +1094,8 @@ The options that change this behaviour are
@table @option @table @option
@item --host-db @item --host-db
Specifies the location of the @acronym{ACL} file. Specifies the location of the @acronym{ACL} file (by default
@file{~/.lsh/host-acls}).
@item --sloppy-host-authentication @item --sloppy-host-authentication
Tell @command{lsh} not to drop the connection if the server's key can not Tell @command{lsh} not to drop the connection if the server's key can not
...@@ -1103,21 +1104,14 @@ asks if it is trusted, and if it should be remembered for the future. If ...@@ -1103,21 +1104,14 @@ asks if it is trusted, and if it should be remembered for the future. If
you confirm both questions, the key is added to the file you confirm both questions, the key is added to the file
@file{~/.lsh/host-acls}. If run in quiet mode, @samp{lsh -q @file{~/.lsh/host-acls}. If run in quiet mode, @samp{lsh -q
--sloppy-host-authentication}, @command{lsh} connects to any host, no --sloppy-host-authentication}, @command{lsh} connects to any host, no
questions asked. @comment XXX Doesn't remember the key in this case. questions asked (and without remembering the key for the future).
@comment Also review how the --capture-to command line flag works.
@item --strict-host-authentication @item --strict-host-authentication
Disable sloppy operation (this is the default behaviour). Disable sloppy operation (this is the default behaviour).
@item --capture-to @item --host-db-update
Use some other file than @file{~/.lsh/captured_keys}. For example, Used together with @option{--sloppy-host-authentication}, to specify the
file which @acronym{ACL}s for new hosts are appended to.
@example
lsh --sloppy-host-authentication --capture-to ~/.lsh/host-acls
@end example
@noindent
makes @command{lsh} behave more like the @command{ssh} program.
@end table @end table
...@@ -1561,6 +1555,7 @@ this variable from the server process. ...@@ -1561,6 +1555,7 @@ this variable from the server process.
Files used by the lsh client, stored in the @file{~/lsh} directory: Files used by the lsh client, stored in the @file{~/lsh} directory:
@table @file @table @file
@comment FIXME: Document new host-acl file
@item captured_keys @item captured_keys
Keys for remote hosts, saved when running @samp{lsh Keys for remote hosts, saved when running @samp{lsh
--sloppy-host-authentication}. Or more precicely, each key is stored --sloppy-host-authentication}. Or more precicely, each key is stored
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment