Forum

Full Version: How to disable xbian-config at ssh login ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm using xbian as a media center but not only. I'm happy to use this distribution which has a basic debian system & xmbc included. Thanks for the work !

I often use ssh to connect to the pi. Xbian-config running at each ssh login is annoying for me.
I did not manage to find how to disable it.

Does someone know how to do it ?

Thanks.

Bertrand.
The most easy way is just setting a root password --> enabling SSH root login --> login to SSH as root. The xbian-config will only popup with the xbian user.

The second way is by:
Code:
mv /etc/profile.d/xbian-config.sh /etc/profile.d/xbian-config.sh.bak

However, remember that when you physically (re)move system files, the update also cannot update those files when necessary.
Thanks, I'll move or modify the script. I do not want to log as root by default.
Reference URL's