Skip to content

Commit

Permalink
doc/api-sessions.texi: Improve
Browse files Browse the repository at this point in the history
* doc/api-sessions.texi: Improve.
  • Loading branch information
artyom-poptsov committed Nov 7, 2024
1 parent 8ee85a6 commit 5bf1744
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/api-sessions.texi
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ system-wide OpenSSH configuration files. LibSSH automatically uses these
configuration files unless you provide it with this option or with different
file.

Compatibility: this option was added in libssh 0.9.0.

Expected type of @var{value}: boolean.
@item proxycommand
Set the command to be executed in order to connect to server.
Expand Down Expand Up @@ -294,11 +296,10 @@ Expected type of @var{value}: an association list (alist).
The option specifies whether an SSH config should be parsed or not, and
optionally the path to a config file.

Setting the @var{value} to @code{#t} means that the default
@file{~/.ssh/config} should be parsed; in turn, setting the option to
@code{#f} (the default value) means that the config should not be parsed at
all. If the value is a string, then the string is expected to be a path to
config file.
Setting the @var{value} to @code{#t} (the default value) means that the
default @file{~/.ssh/config} should be parsed; in turn, setting the option to
@code{#f} means that the config should not be parsed at all. If the value is
a string, then the string is expected to be a path to config file.

The procedure reads the config file after all other specified options are set.
When the config file is read, the options for @var{session} are set,
Expand Down

0 comments on commit 5bf1744

Please sign in to comment.