[openssh-commits] [openssh] 01/01: upstream: sync CASignatureAlgorithms lists with reality. GHPR#174 from
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Apr 3 17:57:08 AEDT 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 53ea05e09b04fd7b6dea66b42b34d65fe61b9636
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Apr 3 06:55:52 2021 +0000
upstream: sync CASignatureAlgorithms lists with reality. GHPR#174 from
Matt Hazinski
OpenBSD-Commit-ID: f05e4ca54d7e67b90fe58fe1bdb1d2a37e0e2696
---
ssh_config.5 | 9 +++++----
sshd_config.5 | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index c5f12af8..e37d2de7 100644
--- a/ssh_config.5
+++ b/ssh_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: ssh_config.5,v 1.350 2021/03/12 05:18:01 jsg Exp $
-.Dd $Mdocdate: March 12 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.351 2021/04/03 06:55:52 djm Exp $
+.Dd $Mdocdate: April 3 2021 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -372,8 +372,9 @@ Specifies which algorithms are allowed for signing of certificates
by certificate authorities (CAs).
The default is:
.Bd -literal -offset indent
-ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,
-ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa
+ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
+sk-ssh-ed25519 at openssh.com,sk-ecdsa-sha2-nistp256 at openssh.com,i
+rsa-sha2-512,rsa-sha2-256
.Ed
.Pp
.Xr ssh 1
diff --git a/sshd_config.5 b/sshd_config.5
index c3a67e18..72eb3125 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.329 2021/03/12 04:08:19 dtucker Exp $
-.Dd $Mdocdate: March 12 2021 $
+.\" $OpenBSD: sshd_config.5,v 1.330 2021/04/03 06:55:52 djm Exp $
+.Dd $Mdocdate: April 3 2021 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -377,8 +377,9 @@ Specifies which algorithms are allowed for signing of certificates
by certificate authorities (CAs).
The default is:
.Bd -literal -offset indent
-ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,
-ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa
+ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
+sk-ssh-ed25519 at openssh.com,sk-ecdsa-sha2-nistp256 at openssh.com,i
+rsa-sha2-512,rsa-sha2-256
.Ed
.Pp
Certificates signed using other algorithms will not be accepted for
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list