diff --git a/dist/index.js b/dist/index.js index ac64344..238b3f1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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); diff --git a/index.js b/index.js index cf7b562..e1dfe3a 100644 --- a/index.js +++ b/index.js @@ -78,8 +78,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);