Web Hosting Talk







View Full Version : sshd lock user in home dir?


LinuxGroup
12-08-2001, 11:37 AM
How do you locak a user in there home dir with ssh and or telnet?

Varun Shoor
12-08-2001, 02:04 PM
Originally posted by LinuxGroup
How do you locak a user in there home dir with ssh and or telnet?

chroot jails, googlify for more info :D

Varun Shoor
12-08-2001, 02:07 PM
also there is a custom shell available on source forge that restricts moving around different directories, dont really remember the name but its there :)

Palm
12-08-2001, 02:30 PM
Originally posted by VarunShoor


googlify

New word has been invented.

cmoats
12-08-2001, 03:11 PM
When a website is added to google it is googlized. The process of
adding webistes to google is called the googlization process. I do
not know the pid number for that process (j/k). :D

clocker1996
12-08-2001, 03:18 PM
Originally posted by cmoats
When a website is added to google it is googlized. The process of
adding webistes to google is called the googlization process. I do
not know the pid number for that process (j/k). :D


LOL

Varun Shoor
12-08-2001, 06:59 PM
Originally posted by Palm


New word has been invented.

Woah I invented something? :cartman:

ffeingol
12-08-2001, 07:48 PM
If you have a linux box, then bash2 is prob. a valid shell. If you have the shell set as "bash2 -r" they are restricted to their home directory and can not override certain important environment variables.

Try man bash2 for more details.

Frank