summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2021-04-04 11:36:56 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-04-06 19:08:53 +1000
commit320af2f3de6333aa123f1b088eca146a245e968a (patch)
tree0c90c489f1c6034a455ea1ccb6b963463d49be9f
parent801f710953b24dd2f21939171c622eac77c7484d (diff)
upstream: remove stray inserts; from matthias schmidt
-rw-r--r--ssh_config.54
-rw-r--r--sshd_config.56
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