Ok people, I've got another Linux security question for ya! I have setup my box as a server using ssh. I've made each user use rbash shell. i've disabled all the available shells except for rbash (duh), bash, and sh. If I disable bash or sh, all shells above them die (i.e., if i disable sh, bash and rbash die, if bash is disabled, rbash dies). I need to know how to prevent users from switching shells out. i dont know if sudo would work for this, but i need to keep them from accessing it. Any help would be greatly appreciated. Thanks.
Thomas