finally fixed all indents in SSH ref

This commit is contained in:
2022-03-07 03:42:09 -05:00
parent 990ad2908f
commit 1c70a0d0d4
20 changed files with 420 additions and 435 deletions

View File

@@ -1,8 +1,8 @@
===== Legacy (Encrypted)
[id=struct_rsa_crypt_legacy]
====== Structure
Legacy private keys are encoded in standard RSA PEM format (https://datatracker.ietf.org/doc/html/rfc7468[RFC 7468^] § https://datatracker.ietf.org/doc/html/rfc7468#section-11[11^], https://datatracker.ietf.org/doc/html/rfc3447#appendix-A[APPENDIX-A^]).
The `Proc-Type` field is defined in https://datatracker.ietf.org/doc/html/rfc1421.html#section-4.6.1.1[RFC 1421 § 4.6.1.1^]. +

View File

@@ -1,3 +1,2 @@
include::plain.adoc[]
include::encrypted.adoc[]

View File

@@ -1,4 +1,3 @@
===== Legacy (Plain)
[id=struct_rsa_plain_legacy]