aztk icon indicating copy to clipboard operation
aztk copied to clipboard

Adding user not working

Open C-K-Loan opened this issue 5 years ago • 1 comments

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

C-K-Loan avatar Aug 18 '19 18:08 C-K-Loan

Tested the same on Linux, it's working there Using 4.19.69-1-MANJARO

C-K-Loan avatar Sep 13 '19 15:09 C-K-Loan