node-scp icon indicating copy to clipboard operation
node-scp copied to clipboard

how to send password in scp

Open jalsamulsa opened this issue 6 years ago • 0 comments

var options = { file: 'dump.sql', user: 'username', host: 'myServer', port: '22', path: '~' } here how to add password.

jalsamulsa avatar May 17 '19 08:05 jalsamulsa