Create synology user and enable terminal access

Aus Joachim Schuster Wiki
Wechseln zu: Navigation, Suche

To Create a user use the Disk Station Management.

To add the user to the terminal enabled users:

  • edit /etc/passwd
nano /etc/passwd
  • change the line ending for the redmine user
/sbin/nologin

to

/bin/ash


example:

redmine:x:1234:100:Redmine system user:/var/services/homes/redmine:/sbin/nologin

to

redmine:x:1234:100:Redmine system user:/var/services/homes/redmine:/bin/ash