From: David Vincent <freesilicon@gmail.com>
To: yocto@yoctoproject.org
Subject: [PATCH 1/1] ref-manual: New SSHD_CONFIG variable description
Date: Tue, 24 Jan 2017 10:03:31 +0100 [thread overview]
Message-ID: <20170124090331.11228-2-freesilicon@gmail.com> (raw)
In-Reply-To: <20170124090331.11228-1-freesilicon@gmail.com>
Add description for the SSHD_CONFIG variable which is used to select the
package to use as provider for sshd-config.
Signed-off-by: David Vincent <freesilicon@gmail.com>
---
documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 6e15e65f54..803f0da980 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12511,6 +12511,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-SSHD_CONFIG'><glossterm>SSHD_CONFIG</glossterm>
+ <info>
+ SSHD_CONFIG[doc] = "The package used to provide OpenSSH sshd configuration.
+ </info>
+ <glossdef>
+ <para role="glossdeffirst">
+ When selecting "ssh-server-openssh" in
+ <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
+ specifies which package should be used as provider for
+ <filename>sshd-config</filename>.
+ </para>
+
+ <note>
+ This defaults to <filename>openssh-sshd-config</filename>.
+ If "read-only-rootfs" is also specified in
+ <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>,
+ it defaults to <filename>openssh-sshd-config-readonly</filename>
+ </note>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-SSTATE_DIR'><glossterm>SSTATE_DIR</glossterm>
<info>
SSTATE_DIR[doc] = "The directory for the shared state cache."
--
2.11.0
prev parent reply other threads:[~2017-01-24 9:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 9:03 [PATCH 0/1] Add SSHD_CONFIG variable description David Vincent
2017-01-24 9:03 ` David Vincent [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170124090331.11228-2-freesilicon@gmail.com \
--to=freesilicon@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.