I might be wrong headed about this but I need to start somewhere.
My hope is to take periodic backups of important shares to an external drive plugged into the NAS via USB. Through my research here and on github I gather there’s no way to do this through the web interface.
So next option is via SSH. I can SSH in as root but this smells all manner of wrong.
So far my attempts at creating a backupmanager
account that can login via SSH have failed.
Started with (from the root account):
useradd backupmanager
passwd backupmanager
Then
nano /etc/ssh/sshd_config
to uncomment
PasswordAuthentication yes
even did this for good measure
usermod -d /home/backupmanager -m backupmanager
ssh login always:
Permission denied, please try again.
What might I be missing?
][.