mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-19 17:49:06 +08:00
Also try AddKeysToAgent=yes
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -216,6 +216,7 @@ try {
|
||||
+ ` HostName github.com\n`
|
||||
+ ` User git\n`
|
||||
+ ` IdentitiesOnly no\n`
|
||||
+ ` AddKeysToAgent yes\n`
|
||||
+ ` IdentityFile ${keyFile}\n`;
|
||||
|
||||
fs.appendFileSync(`${homeSsh}/config`, sshConfig);
|
||||
|
||||
Reference in New Issue
Block a user