This repository was archived by the owner on Aug 30, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork18
Commit82f5615
authored
Set IdentitiesOnly option when configuring ssh (#237)
This setting will prevent ssh from using identities found in ssh-agent. We'realready specifying the identity file, so there's no need to rely on ssh-agentfor this.This will prevent 'too many authentication failures' errors when connecting toan environment while having a lot of identities loaded in the agent.1 parent63f6ec3 commit82f5615
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
|
0 commit comments
Comments
(0)