Skip to content

Commit

Permalink
test sshConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aldousalvarez committed Dec 6, 2024
1 parent d0b9d23 commit d43593e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@ export class PluginLedgerConnectorFabric
}

this.sshDebugOn = opts.sshDebugOn === true;
console.log(this.sshDebugOn);
console.log("-------------------------------------");
console.log(this.opts);
console.log("-------------------------------------");
console.log(this.opts.sshConfig);
console.log("-------------------------------------");
if (this.opts.sshConfig) {
this.sshConfig = this.opts.sshConfig;
} else if (this.opts.sshConfigB64) {
Expand Down

0 comments on commit d43593e

Please sign in to comment.