From f03312d61f98548b8c976d14b7aafb944f4ad04f Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 2 Oct 2019 17:41:51 -0400 Subject: [PATCH] Update README-SSH.md --- doc/README-SSH.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/README-SSH.md b/doc/README-SSH.md index 7e809e4..1276f49 100644 --- a/doc/README-SSH.md +++ b/doc/README-SSH.md @@ -34,6 +34,11 @@ $ (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. +Example: +``` + (trezor|keepkey|ledger)-agent -e ed25519 bob@example.com -- rsync up/ bob@example.com:/home/bob +``` + As a shortcut you can run ```