Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
sshcommand
turn SSH into a thin client specifically for your command
https://github.com/dokku/sshcommand
0
no reviews
Install
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