summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-06 15:06:40 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:56 +0100
commit32ba43072b622c93a567ddf1da2cc59ada4a37b0 (patch)
treea003e6f6e8a98aa0e26775a1ea8bd36101b2d33f /documentation
parente6fb7f27f6782180dd158ef3c092f0bb92a9937a (diff)
downloadpoky-32ba43072b622c93a567ddf1da2cc59ada4a37b0.tar.gz
ref-manual: add a note to ssh-server-dropbear feature
Add a note regarding the 4.1 change to add openssh-sftp-server as a recommends from ssh-server-dropbear. (From yocto-docs rev: dd4775d666ca8309ef029fd329a248397bcdedc6) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/features.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 5e853caa2c..9dc73db448 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -322,6 +322,21 @@ these valid features is as follows:
322 322
323- *ssh-server-dropbear:* Installs the Dropbear minimal SSH server. 323- *ssh-server-dropbear:* Installs the Dropbear minimal SSH server.
324 324
325 .. note::
326
327 As of the 4.1 release, the ``ssh-server-dropbear`` feature also
328 recommends the ``openssh-sftp-server`` package, which by default
329 will be pulled into the image. This is because recent versions of
330 the OpenSSH ``scp`` client now use the SFTP protocol, and thus
331 require an SFTP server to be present to connect to. However, if
332 you wish to use the Dropbear ssh server `without` the SFTP server
333 installed, you can either remove ``ssh-server-dropbear`` from
334 ``IMAGE_FEATURES`` and add ``dropbear`` to :term:`IMAGE_INSTALL`
335 instead, or alternatively still use the feature but set
336 :term:`BAD_RECOMMENDATIONS` as follows::
337
338 BAD_RECOMMENDATIONS += "openssh-sftp-server"
339
325- *ssh-server-openssh:* Installs the OpenSSH SSH server, which is more 340- *ssh-server-openssh:* Installs the OpenSSH SSH server, which is more
326 full-featured than Dropbear. Note that if both the OpenSSH SSH server 341 full-featured than Dropbear. Note that if both the OpenSSH SSH server
327 and the Dropbear minimal SSH server are present in 342 and the Dropbear minimal SSH server are present in