Question

I installed Bitnami Subversion VM to Windows Azure

When I try to connect using PuTTY, I'm getting "Disconnected: No supported authentication methods available (server sent: publickey)"

As I understand, i need to connect using public key.

But so far I can't figure out how to either upload key to VM, or download key from VM.

Edit: Looks like I made several newbie mistakes. Here is the key points:

  1. When you use script from VMDepot, not Web UI, as i did, you have to include your ssh public key to the script. For some reason VMDepot script omit that information.

  2. UserId and Password in VMDepot script are your Linux UserId/password, not Azure's

  3. Make sure you don't specify -P setting (remove password) - in this case you'll not be able to run sudo commands.

Other then that, everything works!!!

Was it helpful?

Solution

Seems like initial configuration expects you to login with a username and pw/key you chose during setup:

Note particularly the option to Upload ssh key for authentication

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top