[PATCH] scp: update first release using SFTP protocol by default
    Ed Maste 
    emaste at freebsd.org
       
    Sat Apr 16 10:09:48 AEST 2022
    
    
  
On Fri, 15 Apr 2022 at 11:09, Ed Maste <emaste at freefall.freebsd.org> wrote:
>
> From: Ed Maste <emaste at 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"
    
    
More information about the openssh-unix-dev
mailing list