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?
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:
Have you followed the steps outlined in these posts?: <br> <br>1.) https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns <br> <br>2.) https://www.digitalocean.com/community/articles/how-to-set-up-vsftpd-on-ubuntu-12-04 <br> <br>3.) https://www.digitalocean.com/community/articles/how-to-set-up-vsftpd-on-centos-6--2