Skip to content

Fix support for adding keys with passphrases to `ssh-add`

Pre-release
Pre-release
Compare
Choose a tag to compare
@RaeesBhatti RaeesBhatti released this 21 Oct 07:24
· 44 commits to master since this release

You can now add passphrase protected keys to ssh-add using /add switch of this program. The ssh-agent-helper process hands the console to ssh-add when using /add switch, which means that your passphrase is handled only by ssh-add and never goes through this program.