mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-04-16 06:17:24 +08:00
Remove "IdentitiesOnly"
This commit is contained in:
parent
2a421d8dab
commit
05624726bc
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -195,8 +195,7 @@ try {
|
||||
let sshConfig = `\nHost ${sha256}\n`
|
||||
+ ` HostName github.com\n`
|
||||
+ ` User git\n`
|
||||
+ ` IdentityFile ${homeSsh}/${sha256}\n`
|
||||
+ ` IdentitiesOnly yes\n`;
|
||||
+ ` IdentityFile ${homeSsh}/${sha256}\n`;
|
||||
|
||||
fs.appendFileSync(`${homeSsh}/config`, sshConfig);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user