From 320af2f3de6333aa123f1b088eca146a245e968a Mon Sep 17 00:00:00 2001 From: "jmc@openbsd.org" Date: Sun, 4 Apr 2021 11:36:56 +0000 Subject: upstream: remove stray inserts; from matthias schmidt OpenBSD-Commit-ID: 2c36ebdc54e14bbf1daad70c6a05479a073d5c63 --- ssh_config.5 | 4 ++-- sshd_config.5 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ssh_config.5 b/ssh_config.5 index 4c0604d2..37a55e23 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -33,7 +33,7 @@ .\" (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.352 2021/04/04 06:11:24 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.353 2021/04/04 11:36:56 jmc Exp $ .Dd $Mdocdate: April 4 2021 $ .Dt SSH_CONFIG 5 .Os @@ -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, -sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,i +sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com, rsa-sha2-512,rsa-sha2-256 .Ed .Pp diff --git a/sshd_config.5 b/sshd_config.5 index 72eb3125..3b339aaf 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.330 2021/04/03 06:55:52 djm Exp $ -.Dd $Mdocdate: April 3 2021 $ +.\" $OpenBSD: sshd_config.5,v 1.331 2021/04/04 11:36:56 jmc Exp $ +.Dd $Mdocdate: April 4 2021 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -378,7 +378,7 @@ by certificate authorities (CAs). The default is: .Bd -literal -offset indent ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521, -sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,i +sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com, rsa-sha2-512,rsa-sha2-256 .Ed .Pp -- cgit v1.2.3