summaryrefslogtreecommitdiffstats
path: root/configs/ptxconfig
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-03-30 08:22:59 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-03-30 08:22:59 +0100
commitd1cbcfe40e54f0e1fc4718bb91b98896982cba55 (patch)
tree4b136c27e808bd67ddd6aef4270269f7ac308491 /configs/ptxconfig
parent29198b1e6fd09c351033e01089ba391f7e15abcb (diff)
downloadDistroKit-d1cbcfe40e54f0e1fc4718bb91b98896982cba55.tar.gz
DistroKit-d1cbcfe40e54f0e1fc4718bb91b98896982cba55.tar.xz
ptxconfig: enable sftp server
SFTP is used by sshfs, which is a useful tool to directly access files on a target machine from a development host. Enable it. Inspired-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/ptxconfig')
-rw-r--r--configs/ptxconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 468072c..48784c6 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1680,7 +1680,7 @@ PTXCONF_OPENSSH_SSHD=y
PTXCONF_OPENSSH_SSHD_SYSTEMD_UNIT=y
# PTXCONF_OPENSSH_SCP is not set
# PTXCONF_OPENSSH_SFTP is not set
-# PTXCONF_OPENSSH_SFTP_SERVER is not set
+PTXCONF_OPENSSH_SFTP_SERVER=y
PTXCONF_OPENSSH_KEYGEN=y
PTXCONF_OPENSSL=y
# PTXCONF_OPENSSL_BIN is not set