DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] ptxconfig: enable scp per default
@ 2020-12-16 15:25 Holger Assmann
  2020-12-16 15:38 ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Holger Assmann @ 2020-12-16 15:25 UTC (permalink / raw)
  To: distrokit

The secure copy program (scp) allows direct file access on the target
via the ssh protocol. Since ssh is already turned on by default in
ptxconfig, we might also enable scp as well.

Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
---
 configs/ptxconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/ptxconfig b/configs/ptxconfig
index ebe42e2..a3aad93 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1754,7 +1754,7 @@ PTXCONF_OPENSSH=y
 PTXCONF_OPENSSH_SSHD=y
 # PTXCONF_OPENSSH_SSHD_STARTSCRIPT is not set
 PTXCONF_OPENSSH_SSHD_SYSTEMD_UNIT=y
-# PTXCONF_OPENSSH_SCP is not set
+PTXCONF_OPENSSH_SCP=y
 # PTXCONF_OPENSSH_SFTP is not set
 PTXCONF_OPENSSH_SFTP_SERVER=y
 PTXCONF_OPENSSH_KEYGEN=y

base-commit: c5a4dbd7980c6b31b6be988a3de40318ac0b3797
-- 
2.20.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-01  6:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 15:25 [DistroKit] [PATCH] ptxconfig: enable scp per default Holger Assmann
2020-12-16 15:38 ` Robert Schwebel
2021-02-28 21:36   ` Roland Hieber
2021-03-01  6:11     ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox