From 4199c79074f5e1478918893650a2ca7f5fd085b3 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 2 Sep 2015 15:12:33 +0300 Subject: [PATCH] README: update SSH example --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b70039..9de0902 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Then, install the latest `trezor_agent` package: Run: - $ trezor-agent ssh.hostname.com -v > hostname.pub + /tmp $ trezor-agent ssh.hostname.com -v > hostname.pub Append `hostname.pub` contents to `~/.ssh/authorized_keys` configuration file at `ssh.hostname.com`, so the remote server @@ -31,6 +31,19 @@ would allow you to login using the corresponding private key signature. Run: - $ trezor-agent ssh.hostname.com -v -c + /tmp $ trezor-agent ssh.hostname.com -v -c + 2015-09-02 15:09:39,782 INFO getting "ssh://localhost" public key from Trezor... + 2015-09-02 15:09:44,430 INFO please confirm user "roman" login to "ssh://localhost" using Trezor... + 2015-09-02 15:09:46,152 INFO signature status: OK + Linux lmde 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 + + The programs included with the Debian GNU/Linux system are free software; + the exact distribution terms for each program are described in the + individual files in /usr/share/doc/*/copyright. + + Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent + permitted by applicable law. + Last login: Tue Sep 1 15:57:05 2015 from localhost + ~ $ Make sure to confirm SSH signature on the Trezor device when requested.