SSH password and user issues

Hi,

What is the username and password to SSH into the WD live duo?

I’ve reset the MBLD using the button on the back, which is supposed to reset the SSH password, but still can’t get in.

I’ve already tried admin/admin, as other users have suggested. This doesn’t work for me.

I’ve also tried admin/welc0me.

Any tips appreciated.

Thanks,

Scott.

Thanks google.

ssh -l root

then password welc0me

Okay next problem.

The command

shutdown -r now

 doesn’t shut down, it reboots. Message says “System is going for a reboot”.

Surely that’s not the logical behaviour for a shutdown command?

As such, what is the command to power down the NAS?

scottg wrote:

Okay next problem.

The command

shutdown -r now

 doesn’t shut down, it reboots. Message says “System is going for a reboot”.

Surely that’s not the logical behaviour for a shutdown command?

 

As such, what is the command to power down the NAS?

 

 

the -r switch instructs it to (-r)eboot.

shutdown -h now 

is what you want.