aboutsummaryrefslogtreecommitdiff
path: root/spec/ssh-protocols.md
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-09 18:59:24 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-09 18:59:24 +0000
commit6fbe94496047163b41c847ade26f90e120b2321c (patch)
tree60593fe97edd5b10aeb5dc6d2fb311fe9479f2da /spec/ssh-protocols.md
parent22f5b0ecdb9d21448e1a04ba2687b8f84d52724b (diff)
downloadtorspec-6fbe94496047163b41c847ade26f90e120b2321c.tar.gz
torspec-6fbe94496047163b41c847ade26f90e120b2321c.zip
ssh-protocols: Fix some heading depths
Diffstat (limited to 'spec/ssh-protocols.md')
-rw-r--r--spec/ssh-protocols.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ssh-protocols.md b/spec/ssh-protocols.md
index a54cb9c..c6498ff 100644
--- a/spec/ssh-protocols.md
+++ b/spec/ssh-protocols.md
@@ -14,7 +14,7 @@ The Tor Project uses names ending `@spec.torproject.org`.
| **`ed25519-expaneded@`** | [Public key algorithm](https://datatracker.ietf.org/doc/html/rfc4250#section-4.11.3) (in [OpenSSH format](https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.key?annotate=HEAD) key file) | Expanded ed25519 private key | [Arti keystore](https://gitlab.torproject.org/tpo/core/arti/-/blob/main/crates/tor-keymgr/src/key_type/ssh.rs?ref_type=heads) (2023-11-08) |
| **`x25519@`** | [Public key algorithm](https://datatracker.ietf.org/doc/html/rfc4250#section-4.11.3) (in [OpenSSH format](https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.key?annotate=HEAD) key file) | X25519 private key | [Arti keystore](https://gitlab.torproject.org/tpo/core/arti/-/blob/main/crates/tor-keymgr/src/key_type/ssh.rs?ref_type=heads) (2023-11-08) |
-### Registration process
+## Registration process
New entries may be added to this table
after peer review by the Tor Project developers,
@@ -32,7 +32,7 @@ Ideally, before a protocol is deployed,
its specification should be transferred to the Tor Specifications
(and the link in the table adjusted).
-### Interpretation
+## Interpretation
For example, the row for `x25519@` indicates that: