[openssh-commits] [openssh] 01/03: upstream: Fix typo in CASignatureAlgorithms wherein what should be

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 30 15:06:33 AEST 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 0e2fe18acc1da853a9120c2e9af68e8d05e6503e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Jul 23 23:06:57 2019 +0000

    upstream: Fix typo in CASignatureAlgorithms wherein what should be
    
    a comma is a dot. Patch from hnj2 via github pr#141.
    
    OpenBSD-Commit-ID: 01f5a460438ff1af09aab483c0a70065309445f0
---
 sshd_config.5 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sshd_config.5 b/sshd_config.5
index fd83bcef..9b155f6c 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.286 2019/06/12 05:53:21 jmc Exp $
-.Dd $Mdocdate: June 12 2019 $
+.\" $OpenBSD: sshd_config.5,v 1.287 2019/07/23 23:06:57 dtucker Exp $
+.Dd $Mdocdate: July 23 2019 $
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME
@@ -385,7 +385,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

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list