Are ssh passphrases supported with ssh 'secretless' support?

I didn’t see if passphrases were supported with ssh keys. I would want to be able to use them, so hoping so…

thanks, mike

Hi Mike,

Secretless doesn’t currently have support for SSH passphrases. However, if you’re interested in contributing a pull request it wouldn’t be hard to do.

You could modify the following code to call ParsePrivateKeyWithPassphrase instead of ParsePrivateKey if there’s a passphrase specified in the configuration.

Thank you,
Shlomo