🛡️Server Authentication Methods
SSH Public Key Authentication (recommended)
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.
Password Authentication (not recommended)
ClusterWare supports SSH password authentication, however some operating systems have that option disabled by default.
Last updated