We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 459965e + 290cc76 commit 9b03bb4Copy full SHA for 9b03bb4
README.rst
@@ -250,7 +250,7 @@ Encrypting with SSH keys via age is also supported by SOPS. You can use SSH publ
250
("ssh-ed25519 AAAA...", "ssh-rsa AAAA...") as age recipients when encrypting a file.
251
When decrypting a file, SOPS will look for ``~/.ssh/id_ed25519`` and falls back to
252
``~/.ssh/id_rsa``. You can specify the location of the private key manually by setting
253
-the environment variableuse **SOPS_AGE_SSH_PRIVATE_KEY_FILE**.
+the environment variable **SOPS_AGE_SSH_PRIVATE_KEY_FILE**.
254
255
Note that only ``ssh-rsa`` and ``ssh-ed25519`` are supported.
256
0 commit comments