This is slightly off topic, but I'm guessing you were able to login to SSH. Can anyone share the default root password for SSH?
I tried the one listed of 'miner1' but I'm not able to gain access. Version I just installed is v0019-1.
Thank you!
to ssh into a rig from a *nix system use:
ssh m1@IPADDRESSHERE
then miner1 is the password
watch the end of the v0019 demo video for a visual example.
Just to clarify this a bit...
You can't login as "root" user trough ssh. Login as "m1" (pass: miner1) then type: su to switch to root user (same pass), or just use sudo to execute a single command as root while logged in as m1