Skip to content

wikis Search Results · repo:ghantoos/lshell language:Just

8 results
 (217 ms)

8 results

inghantoos/lshell (press backspace or delete to remove)

lshell needs a configuration file to start. By default, you can find lshell.conf in: OS Path LINUX /etc/lshell.conf *BSD /usr/{pkg,local}/etc/lshell.conf lshell configuration file includes 4 possible sections: ...
  • Last updated
    on Oct 8, 2014

Overview 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 ...
  • Last updated
    on Sep 16, 2015

To install lshell, 3 options are available: Install using the setup.py This method uses uses python distutils to install everything in the right place. Extract the files: tar xvfz lshell.tar.gz Then install ...
  • Last updated
    on Oct 8, 2014

Logging In order to log a user ’s warnings into the logging directory (default /var/log/lshell/) , you must first create the folder (if it is no create by the installer) and chown it to 'lshell' ...
  • Last updated
    on Oct 8, 2014

Monitor Lshell Activities with Ossec Problems Notify system administrastors if users enter something wrong in lshell's prompt. Requirements Ossec is installed and running well on your system Lshell ...
  • Last updated
    on Oct 8, 2014

Building the RPM from the source tar.gz (lshell > = 0.9.7) This part is applicable as of lshell version 0.9.7. In order to build your RPM using the source tar.gz: $ wget https://github.com/ghantoos/lshell/archive/X.Y.Z.tar.gz ...
  • Last updated
    on Oct 8, 2014

The list of options you can pass to lshell is the following: ~$ lshell --help Usage: lshell [OPTIONS] --config < file > : Config file location (default /etc/lshell.conf) -- < param > < ...
  • Last updated
    on Oct 8, 2014

The primary goal of lshell, was to be able to create shell accounts with ssh access and restrict their environment to a couple a needed commands. In this example, User 'bla' and user ...
  • Last updated
    on Oct 8, 2014