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

* Re: [DistroKit] [PATCH] ptxconfig: enable scp per default
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Schwebel @ 2020-12-16 15:38 UTC (permalink / raw)
  To: Holger Assmann; +Cc: distrokit

On Wed, Dec 16, 2020 at 04:25:39PM +0100, Holger Assmann wrote:
> 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(-)

Applied to next.

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH] ptxconfig: enable scp per default
  2020-12-16 15:38 ` Robert Schwebel
@ 2021-02-28 21:36   ` Roland Hieber
  2021-03-01  6:11     ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2021-02-28 21:36 UTC (permalink / raw)
  To: Robert Schwebel; +Cc: distrokit, Holger Assmann

On Wed, Dec 16, 2020 at 04:38:18PM +0100, Robert Schwebel wrote:
> On Wed, Dec 16, 2020 at 04:25:39PM +0100, Holger Assmann wrote:
> > 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(-)
> 
> Applied to next.

This seems to have fallen through the cracks, I cannot find it on either
master or next…

 - Roland

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH] ptxconfig: enable scp per default
  2021-02-28 21:36   ` Roland Hieber
@ 2021-03-01  6:11     ` Robert Schwebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2021-03-01  6:11 UTC (permalink / raw)
  To: Roland Hieber; +Cc: distrokit, Holger Assmann

On Sun, Feb 28, 2021 at 10:36:32PM +0100, Roland Hieber wrote:
> On Wed, Dec 16, 2020 at 04:38:18PM +0100, Robert Schwebel wrote:
> > On Wed, Dec 16, 2020 at 04:25:39PM +0100, Holger Assmann wrote:
> > > 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(-)
> > 
> > Applied to next.
> 
> This seems to have fallen through the cracks, I cannot find it on either
> master or next…

Could you rebase to current master? The patch doesn't apply any more,
and on master, selecting the option does also enforce

PTXCONF_OPENSSH_SSH=y

I'm not sure if this is correct. Is an ssh client necessary on the
target to scp something to it...?

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |

_______________________________________________
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