Config notes for WD My Cloud Mirror (2016)
Enable SSH
After it has been switched on, SSH is by default only open to root
and sshd
(the second looks like an alias of the first).
To add another SSH user:
adduser myuser
vi /etc/ssh/sshd_config
and add the new user to the AllowUser line
- move the cursor to the appropriate location
- hit
a
to switch to append mode, type what is needed
- hit -Esc- then
:wq
to write and quit
- If you mess up, -Esc- and
:q!
quits vi without saving
- Reboot the drive to restart the SSH server (haven't found how to just restart the SSH daemon)