Skip to content

Commit

Permalink
user balena cloud authentication for ssh by ip
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Oct 17, 2023
1 parent 82495a6 commit 7bd7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/common/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ module.exports = class Worker {
config = {
host: ip,
port: '22222',
username: 'root',
username: this.username,
};
}
else if (/.*\.local/.test(target)) {
Expand Down

0 comments on commit 7bd7aaa

Please sign in to comment.