restricted-ssh-commands 0.4-1 source package in Ubuntu

Changelog

restricted-ssh-commands (0.4-1) unstable; urgency=medium

  * New upstream release.
    - Fix unsecure example configuration in man page (fixes #4, closes: #876392)
  * Bump Standards-Version to 4.1.1 (no changes needed)

 -- Benjamin Drung <email address hidden>  Mon, 02 Oct 2017 11:25:47 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
restricted-ssh-commands_0.4-1.dsc 2.1 KiB c044420d449dc6d5207fa1bb93e99cc30abc4ac6c2850567010cf54f1c48719c
restricted-ssh-commands_0.4.orig.tar.xz 4.1 KiB 2e3722c1bbd1d53525619a13984cc87ff6d2e03eaa507a92bef9a8308e781665
restricted-ssh-commands_0.4.orig.tar.xz.asc 801 bytes e50994d0571f7ca688cf022a146dfa539b8b9fcfaf7f681d24db591df13b6bc8
restricted-ssh-commands_0.4-1.debian.tar.xz 8.6 KiB 2af847f57911cebe78fac2f976cdb5ecfe0852615e94032a97b6b4862267581d

Available diffs

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