* [PATCH] document the OPENSSH_HOST_KEY_DIR and OPENSSH_HOST_KEY_DIR_READONLY_CONFIG variable
@ 2026-02-05 21:18 Patrick Vogelaar
2026-02-13 9:06 ` Antonin Godard
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Vogelaar @ 2026-02-05 21:18 UTC (permalink / raw)
To: docs; +Cc: antonin.godard, paul, Patrick Vogelaar
Added by commit addd80ddfd89 ("openssh: add variable for key path") in OE-Core.
Signed-off-by: Patrick Vogelaar <patrick.vogelaar.dev@mailbox.org>
---
documentation/migration-guides/release-notes-6.0.rst | 8 ++++++++
documentation/ref-manual/variables.rst | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst
index 13ce28b3b..c6e5b5a1f 100644
--- a/documentation/migration-guides/release-notes-6.0.rst
+++ b/documentation/migration-guides/release-notes-6.0.rst
@@ -23,6 +23,14 @@ New Features / Enhancements in |yocto-ver|
- New variables:
+ - The :term:`OPENSSH_HOST_KEY_DIR_READONLY_CONFIG` variable can be used to
+ specify the directory where OpenSSH host keys are stored when the device
+ uses a read-only filesystem. The default value is ``/var/run/ssh``.
+
+ - The :term:`OPENSSH_HOST_KEY_DIR` variable can be used to specify the
+ directory where OpenSSH host keys are stored. The default value is
+ ``/etc/ssh``.
+
- Kernel-related changes:
- New core recipes:
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4d8a35473..00fbc52a6 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6481,6 +6481,14 @@ system and gives an overview of their function and contents.
default by setting the variable in a custom distribution
configuration file.
+ :term:`OPENSSH_HOST_KEY_DIR`
+ Specifies the directory where OpenSSH host keys are stored. Default
+ is ``/etc/ssh``.
+
+ :term:`OPENSSH_HOST_KEY_DIR_READONLY_CONFIG`
+ Specifies the directory where OpenSSH host keys are stored when the
+ device uses a read-only filesystem. Default is ``/var/run/ssh``.
+
:term:`OPKG_MAKE_INDEX_EXTRA_PARAMS`
Specifies extra parameters for the ``opkg-make-index`` command.
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] document the OPENSSH_HOST_KEY_DIR and OPENSSH_HOST_KEY_DIR_READONLY_CONFIG variable
2026-02-05 21:18 [PATCH] document the OPENSSH_HOST_KEY_DIR and OPENSSH_HOST_KEY_DIR_READONLY_CONFIG variable Patrick Vogelaar
@ 2026-02-13 9:06 ` Antonin Godard
0 siblings, 0 replies; 2+ messages in thread
From: Antonin Godard @ 2026-02-13 9:06 UTC (permalink / raw)
To: docs, Patrick Vogelaar; +Cc: Antonin Godard, paul
Applied, thanks!
[1/1] document the OPENSSH_HOST_KEY_DIR and OPENSSH_HOST_KEY_DIR_READONLY_CONFIG variable
commit: 5fd9d1602e9cbd17ca12cac1bd2f5798e7c6eacf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-13 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 21:18 [PATCH] document the OPENSSH_HOST_KEY_DIR and OPENSSH_HOST_KEY_DIR_READONLY_CONFIG variable Patrick Vogelaar
2026-02-13 9:06 ` Antonin Godard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox