Add small example for IdentityOnly use-case

This commit is contained in:
Roman Zeyde
2018-06-19 19:04:05 +03:00
parent 8672a6901a
commit 6bc5b6af5e

View File

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