On Sun, Apr 04, 2021 at 11:25:56AM +0200, Matthias Schmidt wrote: > Hi, > > in the recent commits to ssh(d)_config.5 two typos slipped in (looks like > classic "switch vi to edit mode" typo :)). > > Cheers > > Matthias >
fixed, thanks. jmc > > diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 > index 5202196bce5..cf7391d9ce1 100644 > --- a/usr.bin/ssh/ssh_config.5 > +++ b/usr.bin/ssh/ssh_config.5 > @@ -373,7 +373,7 @@ by certificate authorities (CAs). > The default is: > .Bd -literal -offset indent > ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, > [email protected],[email protected],i > [email protected],[email protected], > rsa-sha2-512,rsa-sha2-256 > .Ed > .Pp > diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 > index e2509bb865f..35e9e3fdabc 100644 > --- a/usr.bin/ssh/sshd_config.5 > +++ b/usr.bin/ssh/sshd_config.5 > @@ -379,7 +379,7 @@ by certificate authorities (CAs). > The default is: > .Bd -literal -offset indent > ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, > [email protected],[email protected],i > [email protected],[email protected], > rsa-sha2-512,rsa-sha2-256 > .Ed > .Pp >
