Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
c53dab92
Commit
c53dab92
authored
Jan 7, 2011
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/lsh.texinfo
+7
-12
7 additions, 12 deletions
doc/lsh.texinfo
with
7 additions
and
12 deletions
doc/lsh.texinfo
+
7
−
12
View file @
c53dab92
...
...
@@ -1094,7 +1094,8 @@ The options that change this behaviour are
@table @option
@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
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
you confirm both questions, the key is added to the file
@file
{
~
/
.lsh
/
host
-
acls
}
. If run in quiet mode, @samp
{
lsh
-
q
--
sloppy
-
host
-
authentication
}
, @command
{
lsh
}
connects to any host, no
questions asked. @comment XXX Doesn't remember the key in this case.
@comment Also review how the
--
capture
-
to command line flag works.
questions asked
(
and without remembering the key for the future
)
.
@item
--
strict
-
host
-
authentication
Disable sloppy operation
(
this is the default behaviour
)
.
@item
--
capture
-
to
Use some other file than @file
{
~
/
.lsh
/
captured
_
keys
}
. For example,
@example
lsh
--
sloppy
-
host
-
authentication
--
capture
-
to ~
/
.lsh
/
host
-
acls
@end example
@noindent
makes @command
{
lsh
}
behave more like the @command
{
ssh
}
program.
@item
--
host
-
db
-
update
Used together with @option
{
--
sloppy
-
host
-
authentication
}
, to specify the
file which @acronym
{
ACL
}
s for new hosts are appended to.
@end table
...
...
@@ -1561,6 +1555,7 @@ this variable from the server process.
Files used by the lsh client, stored in the @file
{
~/lsh
}
directory:
@table @file
@comment FIXME: Document new host-acl file
@item captured
_
keys
Keys for remote hosts, saved when running @samp
{
lsh
--sloppy-host-authentication
}
. Or more precicely, each key is stored
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment