Open j-bettin opened 4 years ago
This works for me:
Create a user manually and ensure that this command returns your rsa key.
aztk spark cluster add-user --id mycluster1 --username yourname
You can now use the follwing command to ssh:
aztk spark cluster ssh --id mycluster1 --username yourname
OR
aztk spark cluster ssh --id mycluster1 --username yourname --host
Tried to SSH into cluster on Windows 10 using the following https://github.com/Azure/aztk/wiki/SparklyR-on-Azure-with-AZTK but faced similar issue to #368: Secrets.yaml seems to be in the right format (public-private key pair is found, password for private key accepted). But no matter if for default user "spark" or a newly created one, I am then asked for a password I never provided, and can hence not access the cluster:
The issue persists when recreating the key-pair, or registering it on the cluster according to https://docs.quantumatk.com/_downloads/ssh_keys.pdf, p.7.