Merge remote-tracking branch 'rendaw/pinentry-docs'

This commit is contained in:
Roman Zeyde
2018-03-13 15:35:00 +02:00
5 changed files with 56 additions and 3 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:
@@ -114,7 +116,6 @@ Requires=trezor-ssh-agent.socket
[Service]
Type=Simple
Environment="DISPLAY=:0"
Environment="GNUPGHOME=%h/.gnupg/trezor"
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
````