[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: [cobalt-developers] SSH Problem?



if there are web sites (e.g virtual hosts) in /home/sites/site# then chmod -x will not help.
because you will get 403 Forbidden error on your browser.
if you imply the administrative interface of cobalt by saying "gui" , no you should
not get any trouble with it.
chroot will only make cobalt's daemons to be jailed in a /chroot/service-name directory . (usefull when a intruder wants to hack your sendmail service and get a root shell)

but have look at http://www.gnujobs.com/Articles/23/chroot.html#ssh
to make ssh chrooted.
Bulent.


CMO - Thorsten Mitschele wrote:

Is it sensefull to do this also at the /home/sites/site#/ dir? or will it
get any trouble with the gui?

-----Ursprungliche Nachricht-----
Von: cobalt-developers-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx]Im Auftrag von Bulent
Tatlidil
Gesendet: Dienstag, 30. April 2002 09:49
An: cobalt-developers@xxxxxxxxxxxxxxx
Betreff: Re: [cobalt-developers] SSH Problem?


I think it is not the ssh's  problem but the users' dir permissions.
"chmod -x userdir"  should do.

CMO - Thorsten Mitschele wrote: