Skip to content

Commit

Permalink
uaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
shinohara-rin committed May 5, 2024
1 parent cd0ebdf commit cc27bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31004,6 +31004,7 @@ function ensure_host_ssh_key() {
download_file(privKeyUrl, privkey);
// properly set private key permissions
fs.chmodSync(privkey, 0o600);
fs.chmodSync(pubkey, 0o600);
return pubkey;
};

Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function ensure_host_ssh_key() {
download_file(privKeyUrl, privkey);
// properly set private key permissions
fs.chmodSync(privkey, 0o600);
fs.chmodSync(pubkey, 0o600);
return pubkey;
};

Expand Down

0 comments on commit cc27bf7

Please sign in to comment.