Skip to content

composewell/simple-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Look at app for an example application.

Pre-requisites

  • Remote machine should be accessible via ssh for some user(s). For example, by adding the user's public key to the user's $HOME/.ssh/authorized_keys file.
  • To avoid putting the user's private key on each machine, ssh agent forwarding can be used to forward the keys from one machine to another.
  • Need a sudo capable user on each remote machine for:
    • installing the rpc executable
    • running commands as an arbitrary user

Usage as a CLI

echo '[22, "Test", true]' | cabal run example -- "Module1.printFromModule1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published