Binary package “sshcommand” in ubuntu oracular

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>