How to Install sshcommand in Ubuntu 18.04



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 ' into: . ssh ls@server

Homepage: https://github.com/dokku/sshcommand

Version: 0~20160110.1~2795f65-1

Section: universe/admin