Skip to content

Commit b0ec96d

Browse files
NEWS: Update
1 parent 37d419e commit b0ec96d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Reported by graywolf in
2424
Now =make-session= disables reading the default SSH configuration files when
2525
=#:config= is set to =#f= (as per Guile-SSH documentation.) Note that =#f=
2626
value is handled through the "process-config?" option that was added in libssh
27-
0.9; when an older version of libssh is used, Guile-SSH falls back to the old
28-
behavior (that is, no config option setting for libssh.)
27+
0.9; when an older version of libssh is used, Guile-SSH falls back to setting
28+
the configuration file to =/dev/null= (which in turn prevent libssh from using
29+
the default configuration files.)
2930

3031
When =#:config= is set to =#t= then the default SSH configuration files are
3132
read. This is by default to keep the backward compatibility.

0 commit comments

Comments
 (0)