Add support for SSH private keys with a passphrase when running a BBS migration
Open
bbs
task
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
When performing a migration from Bitbucket Server, an SSH username and private key are required for connecting to the server and downloading the migration archive.
If your SSH private key is protected with a passphrase, an error is triggered and it is not possible to continue with your migration:
```
[16:26] [ERROR] Renci.SshNet.Common.SshPassPhraseNullOrEmptyException: Private key is encrypted but passphrase is empty.
```
We should add support for using private keys with a passphrase.
Contributor guide
Assessment
This issue has not been assessed yet.