springml / spark-sftp

Spark connector for SFTP
Apache License 2.0
100 stars 98 forks source link

How do I provide the key passphrase for the pem key? #8

Closed jwatte closed 7 years ago

jwatte commented 7 years ago

I need to provide the key passphrase to unlock the pem key. I don't see documentation for how to do this?

springml commented 7 years ago

@jwatte Supporting pem key passphrase is not yet supported

springml commented 7 years ago

@jwatte

New option called "pemPassphrase" added to support this ticket. Fix is available via https://github.com/springml/spark-sftp/commit/f58cab968f48d6fca2c4d3cfabd143e7b3c83b9d

jwatte commented 7 years ago

Great! Looking forward to it.