Skip to content

Commit 7e613ba

Browse files
committed
docs: improve SSH age doc in README
Signed-off-by: Nate Scherer <376408+natescherer@users.noreply.github.com>
1 parent fd1e36e commit 7e613ba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ Encrypting with SSH keys via age is also supported by SOPS. You can use SSH publ
253253

254254
When decrypting a file, SOPS will attempt to source the SSH private key as follows:
255255

256-
1. From the path specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_FILE**
257-
2. From the output of the command specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_CMD**
256+
- From the path specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_FILE**.
257+
- From the output of the command specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_CMD**.
258258

259-
.. note:: The output of this command must provide a key that is not password protected
259+
.. note:: The output of this command must provide a key that is not password protected.
260260

261-
3. From ``~/.ssh/id_ed25519``
262-
4. From ``~/.ssh/id_rsa``.
261+
- From ``~/.ssh/id_ed25519``.
262+
- From ``~/.ssh/id_rsa``.
263263

264264
Note that only ``ssh-rsa`` and ``ssh-ed25519`` are supported.
265265

0 commit comments

Comments
 (0)