node-sftp-server icon indicating copy to clipboard operation
node-sftp-server copied to clipboard

Error: Encrypted private key detected, but no passphrase given

Open ProjectAtlantis-dev opened this issue 8 years ago • 2 comments

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

ProjectAtlantis-dev avatar Nov 08 '17 17:11 ProjectAtlantis-dev