* [DistroKit] [PATCH] ptxconfig: enable OpenSSH sftp server
@ 2019-02-28 6:48 Rouven Czerwinski
0 siblings, 0 replies; only message in thread
From: Rouven Czerwinski @ 2019-02-28 6:48 UTC (permalink / raw)
To: distrokit; +Cc: Rouven Czerwinski
Since we now use distrokit on real hardware, its quite useful to have
the sftp server available. Enable it in ptxconfig and remove the
override from bsp.ref.
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
---
configs/bsp.ref | 7 -------
configs/ptxconfig | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/configs/bsp.ref b/configs/bsp.ref
index 5f59ed5..e8e551c 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -1,9 +1,2 @@
includes:
- file: ptxdist.ref
-
-ptxdist_debug_sftp:
- description: |
- In DistroKit, it is possible to access the target filesystem via
- p9, at least on qemu-vexpress. This might be enabled later again,
- once we do more testing on real hardware.
- value: False
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 8a02622..4162e6d 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1678,7 +1678,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
--
2.20.1
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-28 6:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 6:48 [DistroKit] [PATCH] ptxconfig: enable OpenSSH sftp server Rouven Czerwinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox