Comment about SSH argument separation

master
Roman Zeyde 6 years ago
parent 6a9fdf75e2
commit a8f19e4150
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -32,6 +32,7 @@ $ (trezor|keepkey|ledger)-agent identity@myhost -- COMMAND --WITH --ARGUMENTS
```
to start the agent in the background and execute the command with environment variables set up to use the SSH agent. The specified identity is used for all SSH connections. The agent will exit after the command completes.
Note the `--` separator, which is used to separate `trezor-agent`'s arguments from the SSH command arguments.
As a shortcut you can run

Loading…
Cancel
Save