sshcommand

turn SSH into a thin client specifically for your command
  https://github.com/dokku/sshcommand
  0
  no reviews



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