Commit e98397c
committed
Explicitly set the IdentityAgent path when using the
This make sure the appropriate path is used even if the IdentityAgent is
set in a config.
Without this change a user with the following config will not be able to
connect because the SSH_AUTH_SOCK env variable will be overriden:
```
Host *
IdentityAgent none
IdentityFile ~/.ssh/id_ecdsa_sk
```issue mode1 parent c9fb46a commit e98397c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
0 commit comments