tpresley / node-remote-exec

Execute shell commands on one or more remote computers via SSH
MIT License
15 stars 6 forks source link

how to define authentication method? #7

Open bhaveshemc1 opened 7 years ago

bhaveshemc1 commented 7 years ago

is it possible to define authentication method in remote-exec?

var connection_options = {
    port: 22,
    username: 'root',
    password: 'a',
};

Please let me know if this is not the right place to open issue for this module.