doc: explain how to reset cached passphrase

master
Roman Zeyde 6 years ago
parent 2e0cfc8088
commit 543ff7021d
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -61,3 +61,9 @@ killall trezor-gpg-agent
Any problems running the PIN entry program with GPG should appear in `$HOME/.gnupg/trezor/gpg-agent.log`.
You can get similar logs for SSH by specifying `--log-file` in the SSH command line.
The passphrase is cached by the agent (after its first entry), which needs to be restarted in order to reset the passphrase:
```
$ killall trezor-agent # (for SSH)
$ killall trezor-gpg-agent # (for GPG)
```

Loading…
Cancel
Save