# - - # Enable ssh: http:///UI/ssh http://192.168.1.163/UI/ # - - # 1. Create shares, users, set passwords and permissions via dashboard # - - # 2. Allow Users to SSH: a) edit file /etc/ssh/sshd_config b) Change "AllowUsers" line by adding user names such as: AllowUsers root isderayo is_derayo # - - # 3. Optional: Set users home dir: edit file /etc/passwd The following will set home dir to "Public" Change from "/shares:/bin/sh" to "/shares/user:/bin/sh" is_derayo:x:1003:1000:Djalmar Rayo,,,:/shares/is_derayo:/bin/sh Restart ssh deamon or reboot: /etc/init.d/ssh restart