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

:package: remote file copy wrapper for node.js

Results 13 node-scp issues
Sort by recently updated
recently updated
newest added

I think the issue title is pretty representative of what I need to know. Im sorry for creating an issue for a question but I didnt find any better place...

This issue has been generated on-behalf of Mik317 (https://huntr.dev/app/users/Mik317) ## Vulnerability Description Affected versions execute arbitrary commands remotely inside the victim's PC. The issue occurs because user input is formatted...

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

Hi together, i added the possibility to add additional ssh options hope this fits Cheers

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Is there a way to disable strict host key checking with your package? I'm looking for the equivalent of "-o StrictHostKeyChecking" from the commandline for scp.

I have several servers without keys. Could `password` be added to options and ignore the ssh config file?