sshmngr: enable SFTP by default

Note that the openssh-sftp-server package works together with both
OpenSSH and dropbear
This commit is contained in:
Erik Karlsson 2025-02-27 11:55:57 +01:00
parent fe4a859af6
commit d546e1699f
2 changed files with 7 additions and 0 deletions

View file

@ -22,4 +22,10 @@ config SSHMNGR_BACKEND_DROPBEAR
Enable this option to use dropbear for ssh. Enable this option to use dropbear for ssh.
endchoice endchoice
config SSHMNGR_SFTP
bool "SFTP support"
default y
help
Enable this option to support the SFTP protocol.
endif endif

View file

@ -33,6 +33,7 @@ define Package/sshmngr
DEPENDS+=+SSHMNGR_BACKEND_OPENSSH:openssh-server +SSHMNGR_BACKEND_OPENSSH:openssh-client-utils DEPENDS+=+SSHMNGR_BACKEND_OPENSSH:openssh-server +SSHMNGR_BACKEND_OPENSSH:openssh-client-utils
DEPENDS+=+SSHMNGR_BACKEND_OPENSSH_PAM:openssh-server-pam +SSHMNGR_BACKEND_OPENSSH_PAM:openssh-client-utils DEPENDS+=+SSHMNGR_BACKEND_OPENSSH_PAM:openssh-server-pam +SSHMNGR_BACKEND_OPENSSH_PAM:openssh-client-utils
DEPENDS+=+SSHMNGR_BACKEND_DROPBEAR:dropbear DEPENDS+=+SSHMNGR_BACKEND_DROPBEAR:dropbear
DEPENDS+=+SSHMNGR_SFTP:openssh-sftp-server
endef endef
define Package/sshmngr/description define Package/sshmngr/description