'rke create cluster without ssh key but with username and password

Is there any way I can create kubernetes cluster without using ssh key ? I have user/pass and I'd like to create cluster with user/pass only, and definitely with every components necessary like control plane, worker, etc.

I looked at link https://rancher.com/docs/rancher/v2.6/en/installation/resources/k8s-tutorials/ha-rke/. It says ssh_key_path is optional, but I tried to create without it. Error still complains not found ssh key.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source