Unimus currently only supports SSH keys without passwords, so they key being imported into Unimus must not be password-protected.
SSH private keys in the following formats are currently supported:
rsa | dsa | ecdsa | ed25519 | |
---|---|---|---|---|
PEM | yes | yes | yes | no |
PKCS8 | yes | yes | no | no |
OpenSSH (RFC4716) | no | no | no | no |
...