From 8849545700f4ae68f4f178ddb95aa8b73d4e41c3 Mon Sep 17 00:00:00 2001 From: rendaw Date: Tue, 27 Feb 2018 03:00:16 +0900 Subject: [PATCH] Clarify a couple sentences --- doc/README-SSH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README-SSH.md b/doc/README-SSH.md index 9ab92f9..22ea499 100644 --- a/doc/README-SSH.md +++ b/doc/README-SSH.md @@ -29,12 +29,12 @@ Run $ (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 will be used to derive the key for all SSH connections. The agent will exit after the command completes. +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. As a shortcut you can run ``` -$ (trezor|keepkey|ledger)-agent _ -s +$ (trezor|keepkey|ledger)-agent identity@myhost -s ``` to start a shell with the proper environment.