README: update SSH example

nistp521
Roman Zeyde 9 years ago
parent 38fd938fd4
commit 4199c79074

@ -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.

Loading…
Cancel
Save