Help! Bela ssh password
I'm trying to ssh into Bela from within Vscode on windows 10. I can start the ide using the browser interface (chrome) without any issues. When I try SSH using Vscode and IP 192.168.6.2 a password is requested. I have searched the forum and the getting started for this password without any luck. Does anyone know what I'm missing? I have also tried MobaXterm with the same results.

I'm using the latest Bela OS on win 10.

There is no password for the root user. Make sure you specify the correct username (root) and IP (192.168.6.2 and not 192.168.6.1). If you have the ssh program installed, then running ssh root@192.168.6.2 should get you in without prompting for a password. This also works with Putty.