Package sshrpc provides rpc access over ssh.
Go to file
Justin 24010b4a95 Updated to use custom channel for RPC connection instead of session 2015-04-05 06:41:07 -04:00
testdata Adding fully functional sshrpc code for basic use cases 2014-12-28 23:06:09 -05:00
.gitignore Init commit 2014-12-28 17:45:19 +00:00
LICENSE Init commit 2014-12-28 17:45:19 +00:00
README.md Init commit 2014-12-28 17:45:19 +00:00
client.go Updated to use custom channel for RPC connection instead of session 2015-04-05 06:41:07 -04:00
doc.go Adding fully functional sshrpc code for basic use cases 2014-12-28 23:06:09 -05:00
example_test.go Adding fully functional sshrpc code for basic use cases 2014-12-28 23:06:09 -05:00
server.go Updated to use custom channel for RPC connection instead of session 2015-04-05 06:41:07 -04:00
server_test.go Adding fully functional sshrpc code for basic use cases 2014-12-28 23:06:09 -05:00

README.md

sshrpc

Package sshrpc provides rpc access over ssh.