Package: jless Version: 0.8.0.20220311.7.43a7380 Architecture: amd64 Maintainer: Mauricio Silveira Installed-Size: 7402 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libxcb-render0, libxcb-shape0, libxcb-xfixes0, libxcb1 Filename: pool/main/j/jless_0.8.0.20220311.7.43a7380_amd64.deb Size: 1697072 MD5sum: 5eca859d624d555f66466334359accf7 SHA1: 8eb1b33149552c38402b518472e8fe055ecdc798 SHA256: 7dcb47387070b30b63984904c6f94b67982d087fc1e3c36fd0b523743500a15a Section: utils Priority: optional Homepage: https://jless.io/ Description: jless is a command-line JSON viewer. Use it as a replacement for whatever combination of less, jq, cat and your editor you currently use for viewing JSON files. It is written in Rust and can be installed as a single standalone binary. Package: restricted-ssh-commands Version: 0.4-2 Architecture: all Maintainer: Benjamin Drung Installed-Size: 21 Filename: pool/main/r/restricted-ssh-commands_0.4-2_all.deb Size: 7570 MD5sum: 842b42b36a161e87548aca7049153c82 SHA1: d7f0fe81b29fca9910cc5da01f61a2523ac0b8ef SHA256: 58700e667b757464a5682b037778aa575848b0388f9f35ce6e4ae79e25703fc9 Section: net Priority: optional Homepage: https://github.com/bdrung/restricted-ssh-commands Description: 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/libexec/restricted-ssh-commands",no-port-forwarding, no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa [...]