mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-12-16 08:22:34 +00:00
Merge 76b9e14124 into a6f90b1f12
This commit is contained in:
commit
c61bf7203a
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -66,7 +66,7 @@ try {
|
|||
|
||||
const sshConfig = `\nHost key-${sha256}.github.com\n`
|
||||
+ ` HostName github.com\n`
|
||||
+ ` IdentityFile ${homeSsh}/key-${sha256}\n`
|
||||
+ ` IdentityFile ~/.ssh/key-${sha256}\n`
|
||||
+ ` IdentitiesOnly yes\n`;
|
||||
|
||||
fs.appendFileSync(`${homeSsh}/config`, sshConfig);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue