| ... | @@ -37,7 +37,7 @@ You can add multiple recipients with the `-e` or `-g` flags specifying either an |
... | @@ -37,7 +37,7 @@ You can add multiple recipients with the `-e` or `-g` flags specifying either an |
|
|
In order to decrypt a credential received via the encrypt script above, the recipient need to run the following:
|
|
In order to decrypt a credential received via the encrypt script above, the recipient need to run the following:
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
> age --decrypt -i path/to/your/ssh-private-key secret.txt
|
|
> age --decrypt -i path/to/your/ssh-private-key output.txt
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
You need to explicitly specify the private ssh key that you have configured for your GitHub or Eclipse Gitlab account depending on what recipient type has been chosen by the sender. You also have the option to specify multiple keys by repeating the `-i` option, then `age` will pick the first key that can be used to decrypt the contents.
|
|
You need to explicitly specify the private ssh key that you have configured for your GitHub or Eclipse Gitlab account depending on what recipient type has been chosen by the sender. You also have the option to specify multiple keys by repeating the `-i` option, then `age` will pick the first key that can be used to decrypt the contents.
|
| ... | | ... | |