Document --pin-entry-binary with usage guide

This commit is contained in:
rendaw
2018-03-13 05:43:10 +09:00
parent 0699273d49
commit 25f066e113
5 changed files with 62 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ SSH requires no configuration, but you may put common command line options in `~
See `(trezor|keepkey|ledger)-agent -h` for details on supported options and the configuration file format.
If you'd like a Trezor-style PIN entry program, follow [these instructions](README-PINENTRY.md).
## 2. Usage
Use the `(trezor|keepkey|ledger)-agent` program to work with SSH. It has three main modes of operation:
@@ -113,6 +115,7 @@ Requires=trezor-ssh-agent.socket
[Service]
Type=Simple
Environment="PATH=/bin:/usr/bin:/usr/local/bin:%h/.local/bin"
ExecStart=/usr/bin/trezor-agent --foreground --sock-path %t/trezor-agent/S.ssh IDENTITY
````