We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f697c commit 37d419eCopy full SHA for 37d419e
doc/api-sessions.texi
@@ -101,7 +101,10 @@ If this option is set to @code{#t} the default user configuration file
101
@file{~/.ssh/config} is read.
102
103
On the other hand setting it to @code{#f} value means that no configuration
104
-file will be read (@code{process-config?} is set to @code{#f}.)
+file will be read (@code{process-config?} is set to @code{#f}.) On older
105
+versions of libssh (prior to 0.9) setting @code{#:config} to @code{#f} is
106
+handled by setting the configuration file to @file{/dev/null} which in turn
107
+leads to ignoring the default configuration file.
108
109
@item host
110
@item identity
0 commit comments