sshcommand
turn SSH into a thin client specifically for your command
Install
- All systems
-
curl cmd.cat/sshcommand.sh
- Debian
-
apt-get install sshcommand - Ubuntu
-
apt-get install sshcommand - Kali Linux
-
apt-get install sshcommand - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install sshcommand - Raspbian
-
apt-get install sshcommand
sshcommand
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 <your-args>' into: ssh ls@server <your-args>