Skip to content

Commit f5f414b

Browse files
authored
fix typo in README.md
1 parent 4e701c9 commit f5f414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The encryption mechanism uses "ssh-keygen -Y" (which consults keys from
77
your ssh-agent) to use your private key to sign a string of "salt" data,
88
then uses the signature as a password for openssl symmetric encryption.
99
The only way to re-create that symmetric key is to re-sign the same salt
10-
with the same pprivate key. The salt, public key, and encryption
10+
with the same private key. The salt, public key, and encryption
1111
parameters are written into the header of the encrypted file so that you
1212
don't need to add all these parameters to the decode command.
1313

0 commit comments

Comments
 (0)