Displaying 1 result from an estimated 1 matches for "a0f16874f".
2024 May 17
0
[PATCH] doc: clarify relative Include file as unaffected by ssh -F/sshd -f
...a user configuration file or
.Pa /etc/ssh
-if included from the system configuration file.
+if included from the system configuration file (also when
+.Xr ssh 1
+is run with the
+.Fl F
+option).
.Cm Include
directive may appear inside a
.Cm Match
diff --git a/sshd_config.5 b/sshd_config.5
index a0f16874f..20bfccd76 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -915,7 +915,12 @@ Multiple pathnames may be specified and each pathname may contain
.Xr glob 7
wildcards that will be expanded and processed in lexical order.
Files without absolute paths are assumed to be in
-.Pa /etc/ssh .
+.Pa /etc/...