Skip to content

Commit

Permalink
README: fix order of ssh config stanzas
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
FiloSottile authored May 23, 2020
1 parent 8781bc0 commit 7d98320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Host example.com
To use `yubikey-agent` for all hosts but one, you'd add the following lines instead. In both cases, you can keep using `ssh-add` to interact with the main `ssh-agent`.

```
Host *
IdentityAgent /usr/local/var/run/yubikey-agent.sock
Host example.com
IdentityAgent $SSH_AUTH_SOCK
Host *
IdentityAgent /usr/local/var/run/yubikey-agent.sock
```

### Conflicts with `gpg-agent` and Yubikey Manager
Expand Down

0 comments on commit 7d98320

Please sign in to comment.