• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Problem with chrooted bash

S

spuky

Guest
After an upgrade to 8.3 on centos 5 I have the allready reported problem with the watchdod module an one other problem...

I have a few users that have chrooted shell access configured for their domain.. this was working fine until i Updated to 8.3

the authentication procedure is working fine so in the secure log ich have the usere login in and right after that disconcting... other shells are working fine... but the chrooted bash seems to be somehow broken. And I can't figure out what is going wrong...

as soon as I log in and enteerd the password successfully I am logged out again..with the message "conection to "hostname" closed" this is just happening for the chrooted version of bash if I set bash as shell everything is working fine..

any hints where to look for maore info ? any other users with that problem ??

Thanks for help!
 
probably they again forgot to add some library into chrooted environment..

start ssh connection to the server but do not login, then run `strace -f` on the sshd process that serves this connection, then continue logging in.. it should show at what step connection is closed..
 
Back
Top