We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65f4e0 commit 1aae542Copy full SHA for 1aae542
1 file changed
README.rst
@@ -254,7 +254,9 @@ Encrypting with SSH keys via age is also supported by SOPS. You can use SSH publ
254
When decrypting a file, SOPS will attempt to source the SSH private key as follows:
255
1. From the path specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_FILE**
256
2. From the output of the command specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_CMD**
257
- - Note: the output of this command must provide a key that is not password protected
+
258
+ * Note: the output of this command must provide a key that is not password protected
259
260
3. From ``~/.ssh/id_ed25519``
261
4. From ``~/.ssh/id_rsa``.
262
0 commit comments