File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -253,13 +253,13 @@ Encrypting with SSH keys via age is also supported by SOPS. You can use SSH publ
253253
254254When 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
264264Note that only ``ssh-rsa `` and ``ssh-ed25519 `` are supported.
265265
You can’t perform that action at this time.
0 commit comments