File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ Reported by graywolf in
2424Now =make-session= disables reading the default SSH configuration files when
2525=#:config= is set to =#f= (as per Guile-SSH documentation.) Note that =#f=
2626value 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
3031When =#:config= is set to =#t= then the default SSH configuration files are
3132read. This is by default to keep the backward compatibility.
You can’t perform that action at this time.
0 commit comments