Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:multiplesshusers 2009/05/12 21:21 | howto:multiplesshusers 2017/09/06 18:38 current | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ''test:x:504:504:Linux User,,,:/home/ftp:/bin/sh'' | ''test:x:504:504:Linux User,,,:/home/ftp:/bin/sh'' | ||
| - | The problem is that the path for the bash is not correct: '':/bin/sh'' should be ''/ffp/bin/sh'', the same as with the root account. | + | The problem is that the path for the Shell sh or bash is not correct: '':/bin/sh'' should be ''/ffp/bin/sh'', the same as with the root account. |
| - | ''usermod -s /ffp/bin/sh **test**'' | + | ''usermod -s /ffp/bin/sh **test**'' or ''chsh -s /ffp/bin/sh **test**'' should work. |
| + | Use ''store-passwd.sh'' to commit the changes to the NAS. | ||
| - | Next use the commands ''pwck'', ''grpck'', ''pwconv'' and ''store-passwd.sh'' to check, commit the changes to the passwd file and the shadow file. | + | For use with SSH-keys the NAS lacks space for storing the .ssh folder. [[howto:changehomedir]] explains how to change the home directory, so enough space for pleny of ssh keys is possible. |
| - | + | ||
| - | For use with SSH-keys the NAS lacks space for storing the .ssh folder. | + | |