mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-25 20:39:06 +08:00
Use IdentitiesOnly=no
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -215,7 +215,7 @@ try {
|
||||
let sshConfig = `\nHost key-${keyNumber}\n`
|
||||
+ ` HostName github.com\n`
|
||||
+ ` User git\n`
|
||||
+ ` IdentitiesOnly yes\n`
|
||||
+ ` IdentitiesOnly no\n`
|
||||
+ ` IdentityFile ${keyFile}\n`;
|
||||
|
||||
fs.appendFileSync(`${homeSsh}/config`, sshConfig);
|
||||
|
||||
Reference in New Issue
Block a user