restricted-ssh-commands

Restrict SSH users to a predefined set of commands

Description

restricted-ssh-commands is intended to be called by SSH to restrict a user to only run specific commands. A list of allowed regular expressions can be configured in /etc/restricted-ssh-commands/. The requested command has to match at least one regular expression. Otherwise it will be rejected.

restricted-ssh-commands is useful to grant restricted access via SSH to do certain task. For example, it could allow a user to upload a Debian packages via scp and run reprepro processincoming.

Create a configuration file in /etc/restricted-ssh-commands/ and add following line to ~/.ssh/authorized_keys to use it

   command="/usr/lib/restricted-ssh-commands",no-port-forwarding,
   no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa [...]

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/bdrung/restricted-ssh-commands


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install restricted-ssh-commands