Install sshcommand by entering the following commands in the terminal:
sudo apt update sudo apt install sshcommand
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
Homepage: https://github.com/dokku/sshcommand
Version: 0~20160110.1~2795f65-1
Section: universe/admin