All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add SSHD_CONFIG variable description
@ 2017-01-24  9:03 David Vincent
  2017-01-24  9:03 ` [PATCH 1/1] ref-manual: New " David Vincent
  0 siblings, 1 reply; 2+ messages in thread
From: David Vincent @ 2017-01-24  9:03 UTC (permalink / raw)
  To: yocto

Add the SSHD_CONFIG variable description to the glossary. This variable is
introduced by the following patch series on OE-Core:

https://patchwork.openembedded.org/series/4904

David Vincent (1):
  ref-manual: New SSHD_CONFIG variable description

 documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

-- 
2.11.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] ref-manual: New SSHD_CONFIG variable description
  2017-01-24  9:03 [PATCH 0/1] Add SSHD_CONFIG variable description David Vincent
@ 2017-01-24  9:03 ` David Vincent
  0 siblings, 0 replies; 2+ messages in thread
From: David Vincent @ 2017-01-24  9:03 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-24  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24  9:03 [PATCH 0/1] Add SSHD_CONFIG variable description David Vincent
2017-01-24  9:03 ` [PATCH 1/1] ref-manual: New " David Vincent

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.