restricted-ssh-commands 0.2-2 source package in Ubuntu

Changelog

restricted-ssh-commands (0.2-2) unstable; urgency=medium

  * Correct architecture from any to all for this architecture-independent
    package (Closes: #801868)

 -- Benjamin Drung <email address hidden>  Fri, 16 Oct 2015 00:14:06 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
restricted-ssh-commands_0.2-2.dsc 1.8 KiB 45e3f02c877f008bc46243484c0dff6164efe9a9c38769652320ee1a44549a1f
restricted-ssh-commands_0.2.orig.tar.xz 3.6 KiB d017b746dbfa2c926f3c42a62a1aa081ba125fd739e3288b8ff8c3ed2802c7eb
restricted-ssh-commands_0.2-2.debian.tar.xz 8.4 KiB 6807ac160960141577f1897fe438e294518a3717ba7a1e826198323fcca12b55

No changes file available.

Binary packages built by this source

restricted-ssh-commands: Restrict SSH users to a predefined set of commands

 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/bin/restricted-ssh-commands",no-port-forwarding,
    no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa [...]