mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sshmngr: enable SFTP by default
Note that the openssh-sftp-server package works together with both OpenSSH and dropbear
This commit is contained in:
parent
fe4a859af6
commit
d546e1699f
2 changed files with 7 additions and 0 deletions
|
|
@ -22,4 +22,10 @@ config SSHMNGR_BACKEND_DROPBEAR
|
|||
Enable this option to use dropbear for ssh.
|
||||
|
||||
endchoice
|
||||
|
||||
config SSHMNGR_SFTP
|
||||
bool "SFTP support"
|
||||
default y
|
||||
help
|
||||
Enable this option to support the SFTP protocol.
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ define Package/sshmngr
|
|||
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_DROPBEAR:dropbear
|
||||
DEPENDS+=+SSHMNGR_SFTP:openssh-sftp-server
|
||||
endef
|
||||
|
||||
define Package/sshmngr/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue