[PATCH 1/1] man: fix delimiter in ssh_config

Damien Miller djm at mindrot.org
Fri Aug 2 11:25:50 AEST 2019


applied - thanks

On Thu, 1 Aug 2019, Christian Hesse wrote:

> From: Christian Hesse <mail at eworm.de>
> 
> Signed-off-by: Christian Hesse <mail at eworm.de>
> ---
>  ssh_config.5 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ssh_config.5 b/ssh_config.5
> index 806676bb..f2560fa2 100644
> --- a/ssh_config.5
> +++ b/ssh_config.5
> @@ -361,7 +361,7 @@ Specifies which algorithms are allowed for signing of certificates
>  by certificate authorities (CAs).
>  The default is:
>  .Bd -literal -offset indent
> -ecdsa-sha2-nistp256.ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
> +ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
>  ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
>  .Ed
>  .Pp
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
> 


More information about the openssh-unix-dev mailing list