How To Install Sshcommand On Debian, Ubuntu, Kali And Raspbian?
Maintainer: Alessio Treglia
Email: [email protected] .
Website: https://github.com/dokku/sshcommand
Section: admin
Install sshcommand
-
Debian
apt-get install sshcommandClick to copy -
Ubuntu
apt-get install sshcommandClick to copy -
Kali Linux
apt-get install sshcommandClick to copy -
Raspbian
apt-get install sshcommandClick to copy
sshcommand
turn SSH into a thin client specifically for your commandSimplifies 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 <your-args>' into: ssh user@server <your-args>
Installing sshcommand command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali and Raspbian operating systems. Once you run the command it will install the latest version of sshcommand 2026 package in your OS.




