atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
203 stars 57 forks source link

Add sshKeyOptions to allow for options like StrictHostKeyChecking=no when autoConfirm=true is not enough #80

Closed rubenstolk closed 2 years ago

rubenstolk commented 3 years ago

It's not always enough to provide autoConfirm: true when running on Linux servers.

rubenstolk commented 3 years ago

Hey @Atinux let me know what you need to get this merged in.