View Full Version : SSH Account?
badgerbox76
19th January 2008, 21:13
I am currently connecting to my system using SSH. I have setup a game server for someone I know (usr/local/games/ja) but I cannot always be adjusting files and restarting things for them so how can I give them full access to this directory with out worrying about them messing up my system. I have been learning so much around here thanks everyone for sharing your Linux knowledge with me. :o
chipsafts
20th January 2008, 20:24
Try
* creating an account for the gamer to use
* give the gamer-user account minimal rights
* modify ssh so that the gamer-user can log in
* give the gamer-user the rights needed to modify files in the directory with the games
* create a softlink from the games directory to the gamer-user's home directory
badgerbox76
21st January 2008, 03:58
Try
* creating an account for the gamer to use
* give the gamer-user account minimal rights
* modify ssh so that the gamer-user can log in
* give the gamer-user the rights needed to modify files in the directory with the games
* create a softlink from the games directory to the gamer-user's home directory
Not exactly the response I was hoping for. :rolleyes:
If someone could tell me how to setup an account like the one described in my first post that would be great. :)
falko
21st January 2008, 19:41
Take a look here: http://www.howtoforge.com/chroot_ssh_sftp_debian_etch
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.