You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: