From 6bc5b6af5eea7e23766a7829d5ad91e00771fb4e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 19 Jun 2018 19:04:05 +0300 Subject: [PATCH] Add small example for IdentityOnly use-case --- doc/README-SSH.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/README-SSH.md b/doc/README-SSH.md index 2f72a39..9480cc2 100644 --- a/doc/README-SSH.md +++ b/doc/README-SSH.md @@ -181,3 +181,12 @@ And add the following lines to `~/.ssh/config` (providing the public key explici Host hostname.com User foobar IdentityFile ~/.ssh/hostname.pub + +Then, the following commands should successfully command to the remote host: + + $ trezor-agent -v foobar@hostname.com -s + $ ssh foobar@hostname.com + +or, + + $ trezor-agent -v foobar@hostname.com -c