Hello,
For SSH sessions you can copy your public SSH key with the `ssh-copy-id` CLI tool and use the key exclusively for ssh sessions. You can also disable `PasswordAuthentication` (as described in `man sshd_config`), but this might potentially beak some cluster functionality like adding new nodes to the cluster.
On the other hand, when using the web UI, you cannot use a SSH session/key.