From 08e5a34f7298bd9f1b7ecd35f9409ee0aa5293cc Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 7 Mar 2022 03:49:06 -0500 Subject: [PATCH] fixing section breaking --- _ref/KEY_GUIDE.html | 38 ++++++++++++++++++------------- _ref/ed25519/private/main.adoc | 1 + _ref/ed25519/private/v1/main.adoc | 1 + _ref/rsa/main.adoc | 1 + _ref/rsa/private/legacy/main.adoc | 1 + _ref/rsa/private/main.adoc | 1 + _ref/rsa/private/v1/main.adoc | 1 + 7 files changed, 28 insertions(+), 16 deletions(-) diff --git a/_ref/KEY_GUIDE.html b/_ref/KEY_GUIDE.html index f28b404..83cc7f6 100644 --- a/_ref/KEY_GUIDE.html +++ b/_ref/KEY_GUIDE.html @@ -734,7 +734,7 @@ pre.rouge {

OpenSSH Key Structure Guide

brent saner <bts@square-r00t.net>, https://r00t2.io
-Last updated 2022-03-07 03:42:09 -0500 +Last updated 2022-03-07 03:49:06 -0500
Table of Contents
@@ -778,14 +778,18 @@ pre.rouge { -
  • 3.1.2.3. v1 (Encrypted) +
  • 3.1.2.3. v1 (Plain) +
  • +
  • 3.1.2.4. v1 (Encrypted) +
  • @@ -803,7 +807,7 @@ pre.rouge {
  • 3.2.2. Private
  • -

    See the plaintext example for the decrypted (non-password-protected) version of this key. -===== v1 (Plain)

    +

    See the plaintext example for the decrypted (non-password-protected) version of this key.

    + + +
    +
    3.1.2.3. v1 (Plain)
    @@ -1291,9 +1298,8 @@ ftSfkGNUzTzPFbF5iEukTvKm42a7F/I/ExMVgpN/eQxJ7+m5TOgja0KC1h5fCN4L
    -
    -
    3.1.2.2.3. Structure
    +
    3.1.2.3.1. Structure
     1
    @@ -1392,7 +1398,7 @@ ftSfkGNUzTzPFbF5iEukTvKm42a7F/I/ExMVgpN/eQxJ7+m5TOgja0KC1h5fCN4L
     
     
     
    -
    3.1.2.2.4. Example
    +
    3.1.2.3.2. Example

    The following example, being encrypted, is protected with a passphrase. The passphrase used in this example key is test.

    @@ -1717,7 +1723,7 @@ hau1VzZBnp8AAAAYVGhpcyBpcyBhIGNvbW1lbnQgc3RyaW5nAQID
    -
    3.1.2.3. v1 (Encrypted)
    +
    3.1.2.4. v1 (Encrypted)
    @@ -1810,7 +1816,7 @@ Note that 1.0.0 has nothing to do with SSH connections themselv
    -
    3.1.2.3.1. Structure
    +
    3.1.2.4.1. Structure
     1
    @@ -1875,7 +1881,7 @@ Note that 1.0.0 has nothing to do with SSH connections themselv
     
     
     
    -
    3.1.2.3.2. Example
    +
    3.1.2.4.2. Example

    The following example, being encrypted, is protected with a passphrase. The passphrase used in this example key is test.

    @@ -2456,7 +2462,7 @@ ZnrXZl+8QIW1MSvaaQFmJFqTs=
    -
    3.2.2.2. v1 (Plain)
    +
    3.2.2.2. v1 (Plain)
    diff --git a/_ref/ed25519/private/main.adoc b/_ref/ed25519/private/main.adoc index 08c356c..ad18c2a 100644 --- a/_ref/ed25519/private/main.adoc +++ b/_ref/ed25519/private/main.adoc @@ -1,4 +1,5 @@ ==== Private include::legacy/main.adoc[] + include::v1/main.adoc[] diff --git a/_ref/ed25519/private/v1/main.adoc b/_ref/ed25519/private/v1/main.adoc index 36a4887..2483041 100644 --- a/_ref/ed25519/private/v1/main.adoc +++ b/_ref/ed25519/private/v1/main.adoc @@ -1,2 +1,3 @@ include::plain.adoc[] + include::encrypted.adoc[] diff --git a/_ref/rsa/main.adoc b/_ref/rsa/main.adoc index 76cdd3c..5ccdbd1 100644 --- a/_ref/rsa/main.adoc +++ b/_ref/rsa/main.adoc @@ -7,4 +7,5 @@ The key structures have references to the RSA notations in single quotes. You ca It is *highly* recommended to use 4096-bit RSA if using RSA keys. include::public.adoc[] + include::private/main.adoc[] diff --git a/_ref/rsa/private/legacy/main.adoc b/_ref/rsa/private/legacy/main.adoc index 36a4887..2483041 100644 --- a/_ref/rsa/private/legacy/main.adoc +++ b/_ref/rsa/private/legacy/main.adoc @@ -1,2 +1,3 @@ include::plain.adoc[] + include::encrypted.adoc[] diff --git a/_ref/rsa/private/main.adoc b/_ref/rsa/private/main.adoc index 08c356c..ad18c2a 100644 --- a/_ref/rsa/private/main.adoc +++ b/_ref/rsa/private/main.adoc @@ -1,4 +1,5 @@ ==== Private include::legacy/main.adoc[] + include::v1/main.adoc[] diff --git a/_ref/rsa/private/v1/main.adoc b/_ref/rsa/private/v1/main.adoc index 36a4887..2483041 100644 --- a/_ref/rsa/private/v1/main.adoc +++ b/_ref/rsa/private/v1/main.adoc @@ -1,2 +1,3 @@ include::plain.adoc[] + include::encrypted.adoc[]