Report this

What is the reason for this report?

using RSSH to restrict shell access to SFTP account..

Posted on June 4, 2013

I’m trying to create an account that doesn’t have shell access to the server and can be used solely for transferring files via ftp. I’ve been in chat and they recommended RSSH… i’ve installed this and ran the following commands:

useradd test passwd test usermod -s /usr/bin/rssh test

now when i login to shell it says:

Last login: Tue Jun 4 20:48:39 2013 from 86.19.166.224 /usr/bin/rssh: Permission denied Connection to 198.211.124.93 closed.

So i’ve logged back in as root, edited the config file: vi /etc/rssh.conf, uncommented allowsftp, saved the file…

When i try to login using my SFTP client (Transmit) i’m getting: The user name or password was not accepted by the server.

Where have i gone wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Try adding the user to the rsshusers group:

usermod -a -G rsshusers username

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.