node-sftp-server
node-sftp-server copied to clipboard
Error: Encrypted private key detected, but no passphrase given
This error can happen if the privateKeyFile is specified but passphrase does not get copied over to the constructor to ssh2.Server (see node-sftp-server.js line 135).
I think this code has changed slightly w the latest version so I am not sure what the right fix should be for a PR