🛡️Server Authentication Methods

ClusterWare supports the following cipher systems and formats:

For private key

  • PEM encoded OpenSSH

For public key

  • ssh-ed25519

  • ecdsa-sha2-nistp256

  • ecdsa-sha2-nistp384

  • ecdsa-sha2-nistp521

RSA keys are no longer allowed for security reasons.

ClusterWare supports SSH password authentication, however some operating systems have that option disabled by default.

ClusterWare recommends using SSH Public Key Authentication

Last updated