ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
436 stars 111 forks source link

lshell and .bashrc #117

Closed lmarkov closed 8 years ago

lmarkov commented 8 years ago

Hello,

Is there a way to use configuration from .bashrc when logging in lshell?

For example in .bashrc I have configuration for terminal prompt colors and rename window title with the hostname of the server.

lmarkov commented 8 years ago

I found solution with login_script and using additional file for the other script.

ghantoos commented 8 years ago

:+1: