Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Please note we have update our SSH client starting with Unimus 2.2.3. The table below applies to version 2.2.3 or newer.

Unimus currently only supports SSH keys without passwords, so the key being imported into Unimus must not be password-protected.
The SSH keys imported into Unimus are stored encrypted in the Unimus DB (using the encryption key configured during the Deployment Wizard).

Supported key types:

Code Block
languagetext
ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521,
rsa-sha2-512, rsa-sha2-256, ssh-rsa, ssh-dss, ssh-dsa

SSH private keys in the following formats are currently supported:

 rsadsaecdsaed25519
PEMyesyesyesnoyes
PKCS8yesyesnoyesnoyes
OpenSSH
(RFC4716)
noyesnoyesnoyesnoyes

Different versions of ssh-keygen (OpenSSH) use different default key types and formats across the different OpenSSH versions.

...