diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/features.rst | 15 |
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 |