You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSH supports the use of include statements such as:
# /etc/ssh/ssh_config
Include ssh_config.d/%u/config
This allows administrators to set per-user settings. This feature is not supported by this implementation.
If this is an intentional deviation from the standard, it should be documented as currently the wiki links to the OpenBSD manpage for ssh_config(5) that specifies the expansion behavior.
From that page:
Include
Include the specified configuration file(s). Multiple pathnames may be specified and each pathname may contain glob(7) wildcards, tokens as described in the TOKENS section, environment variables as described in the ENVIRONMENT VARIABLES section and, for user configurations, shell-like ‘~’ references to user home directories.
Summary of the new feature / enhancement
OpenSSH supports the use of include statements such as:
This allows administrators to set per-user settings. This feature is not supported by this implementation.
If this is an intentional deviation from the standard, it should be documented as currently the wiki links to the OpenBSD manpage for
ssh_config(5)
that specifies the expansion behavior.From that page:
Proposed technical implementation details (optional)
This function call in the
oInclude
case should be called. That function call is not present in this project'sreadconf.c
.The text was updated successfully, but these errors were encountered: