Posts: 63
Threads: 19
Joined: Oct 2008
Reputation:
0
Hey, I just got a dedicated server from a friend, on which I installed 6 servers until now (I control the dedicated server through a program called PuTTy). Now I'd like to give my friends a FTP access to these servers however I'd like to set their permissions so they can only see and edit the files that are a part of the server (add maps, edit server.cfg, like at those real hosting companies) so they wouldn't mess with my other files and crash the whole server. If I create a user they have access to everything ... So maybe this topic really doesn't belong here, but it seemed a good place to ask such a question, so how do I set permissions to users on FTP?
Love you all <3
Best regards,
Green
Posts: 80
Threads: 1
Joined: Aug 2008
Reputation:
0
Choose an FTP server you want to use ... and read their docs on how to give permission for a directory you want.
I used proftpd and gave shell and ftp access to their directory.
Posts: 63
Threads: 19
Joined: Oct 2008
Reputation:
0
Okay, I actually made it, and the users now only have access to their own server. However in Shell, they can still access the whole root. How to block them from the whole shell than?
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
10-27-2008, 10:08 PM
(This post was last modified: 10-27-2008, 10:15 PM by Arjen.)
revoke their shell access. Think by doing:
usermod -s "" <user>
Posts: 63
Threads: 19
Joined: Oct 2008
Reputation:
0
Tried this before, however by doing that, when triing to login to FTP this happens:
Ukaz: Pass: ********
Error: Authentication failed.
Error: Critical Error
Error: Connection with the server closed.
Posts: 63
Threads: 19
Joined: Oct 2008
Reputation:
0
Thanks, problem solved. I appreciate your help.
btw, new topic opened :p