pirumpi / sftp-upload

Allow to upload the content of a folder to a remote server through SFT utilizing pure Javascript.
40 stars 21 forks source link

Added documentation for the passphrase option. #11

Closed SpencerTorres closed 7 years ago

SpencerTorres commented 7 years ago

Took me a while to get my PuTTY key working, I ended up using Git's ssh-keygen instead which worked fine.

It wasn't documented, but you can also use a "passphrase" option for the ssh passphrase. I had to look at the scp2 dependency to find this. I added some notes for that, and added a .gitignore to prevent system files like .DS_STORE from showing up.