It looks like you're new here. If you want to get involved, click one of these buttons!
Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.
...disable compilers? Makes any compiling attempts pointless and downloading useless
Is this on vps? Good idea disabling compiler's when they're not in use anyway for that reason. No idea how you'd disable it locally within the jail :S
I could install phpvirtual box or simillar then it wouldnt matter what happened inside that vm and we could host a whole range of stuff. Would obviously use more resources, but it means i could sleep at night knowing people arent sshed into iexploit and that there maybe a way to hack it.
Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.
Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?
Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.
Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?
I don't think theres a way to disable from navigating out of their homes. You would just have to block it so they can't view in /bin and such but they have read/execute privileges. Also I'd suggest making a /levels folder on the root drive or /home/levels that will hold the levels.
Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.
Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?
I don't think theres a way to disable from navigating out of their homes. You would just have to block it so they can't view in /bin and such but they have read/execute privileges. Also I'd suggest making a /levels folder on the root drive or /home/levels that will hold the levels.
You can do a chroot jail so that would work. Its just the privellages thing now.