Source: sshcommand Section: admin Maintainer: Alessio Treglia Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: git, shellcheck Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/debian/sshcommand Vcs-Git: https://salsa.debian.org/debian/sshcommand.git Homepage: https://github.com/dokku/sshcommand Package: sshcommand Architecture: all Depends: openssh-server | ssh-server, ${misc:Depends} Description: turn SSH into a thin client specifically for your command Simplifies running a single command over SSH, and manages authorized keys (ACL) and users in order to do so. . It basically simplifies running: . ssh user@server 'ls -l ' into: . ssh ls@server