Add small example for IdentityOnly use-case

master
Roman Zeyde 6 years ago
parent 8672a6901a
commit 6bc5b6af5e
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

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

Loading…
Cancel
Save