aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabi-250 <gabi@torproject.org>2023-11-15 15:14:01 +0000
committerIan Jackson <iwj@torproject.org>2023-11-15 15:14:01 +0000
commit712863b3a241554cf513193cce49074fb0698ae0 (patch)
tree438f43462906bc37a26bbe0af2cbe717fac073da
parentb5f560bdab2db2f9a1f92a52d857f670af71a074 (diff)
downloadtorspec-712863b3a241554cf513193cce49074fb0698ae0.tar.gz
torspec-712863b3a241554cf513193cce49074fb0698ae0.zip
ssh-protocols: Correct extension for ed25519 private keys
-rw-r--r--spec/ssh-protocols.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ssh-protocols.md b/spec/ssh-protocols.md
index 0f5c498..bef756d 100644
--- a/spec/ssh-protocols.md
+++ b/spec/ssh-protocols.md
@@ -177,7 +177,7 @@ the public key (`PROTOCOL.key` section 1, `publickey1` etc.).
> the public key algorithm name strings must be the same.
> In the Arti keystore a private key file
-> whose filename ends with `ed25519_private.key`
+> whose filename ends with `.ed25519_private`
> may contain either
> a standard ed25519 keypair with SSH type `ed25519`
> or