Mailing List Archive

Re: [PATCH] scp: update first release using SFTP protocol by default
On Fri, 15 Apr 2022 at 11:09, Ed Maste <emaste@freefall.freebsd.org> wrote:
>
> From: Ed Maste <emaste@FreeBSD.org>
>
> scp was switched back to the legacy protocol prior to the release of
> OpenSSH 8.8.
> ---
> scp.1 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scp.1 b/scp.1
> index 3af6ece1e..f39066d44 100644
> --- a/scp.1
> +++ b/scp.1
> @@ -295,7 +295,7 @@ is based on the rcp program in
> .Bx
> source code from the Regents of the University of California.
> .Pp
> -Since OpenSSH 8.8,
> +Since OpenSSH 9.0,
> .Nm
> has use the SFTP protocol for transfers by default.

I just noticed a typo here as well - "use" should be "used"
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: [PATCH] scp: update first release using SFTP protocol by default [ In reply to ]
Ed Maste wrote this message on Fri, Apr 15, 2022 at 20:09 -0400:
> On Fri, 15 Apr 2022 at 11:09, Ed Maste <emaste@freefall.freebsd.org> wrote:
> >
> > From: Ed Maste <emaste@FreeBSD.org>
> >
> > scp was switched back to the legacy protocol prior to the release of
> > OpenSSH 8.8.
> > ---
> > scp.1 | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/scp.1 b/scp.1
> > index 3af6ece1e..f39066d44 100644
> > --- a/scp.1
> > +++ b/scp.1
> > @@ -295,7 +295,7 @@ is based on the rcp program in
> > .Bx
> > source code from the Regents of the University of California.
> > .Pp
> > -Since OpenSSH 8.8,
> > +Since OpenSSH 9.0,
> > .Nm
> > has use the SFTP protocol for transfers by default.
>
> I just noticed a typo here as well - "use" should be "used"

As it currently does, it's likely better to be:
s/has use/uses/

--
John-Mark Gurney Voice: +1 415 225 5579

"All that I will do, has been done, All that I have, has not."
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: [PATCH] scp: update first release using SFTP protocol by default [ In reply to ]
On Wed, 20 Apr 2022 at 06:54, John-Mark Gurney <jmg@funkthat.com> wrote:
> Ed Maste wrote this message on Fri, Apr 15, 2022 at 20:09 -0400:
[...]
> > I just noticed a typo here as well - "use" should be "used"
>
> As it currently does, it's likely better to be:
> s/has use/uses/

Thanks for the report. That was fixed a couple of weeks ago:

https://anongit.mindrot.org/openssh.git/commit/scp.1?id=69928b106d8f0fa15b88cf3850d992ed81c44ae0

--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new)
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev