aztk
aztk copied to clipboard
Adding user not working
I tried creating a user with just a password and also with setting an SSH key. In both cases, I cannot log in with the password. I get "Permission denied, please try again", for which I assume it means the password it wrong.
I followed these instructions to create a user https://github.com/Azure/aztk/blob/master/docs/10-clusters.md#ssh-and-port-forwarding
Tried deleting the cluster and creating a new one, did not fix the issue.
Tried creating a cluster and a user at the same time, still same issue with the following command
aztk spark cluster create --id test01 --vm-size standard_d2_v2 --size 3 --username demouser01 --password P@ssw0rd
Using windows 10
Tested the same on Linux, it's working there Using 4.19.69-1-MANJARO