easyssh provides a simple wrapper around the standard SSH library. Designed to be like net/http but for ssh.
Go to file
Justin 7308727a1c Adding current work on easyssh 2015-05-30 11:19:10 -04:00
.gitignore Init commit 2015-05-14 22:25:38 +00:00
LICENSE Init commit 2015-05-14 22:25:38 +00:00
README.md Init commit 2015-05-14 22:25:38 +00:00
client.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
common.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
doc.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
example_client_test.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
example_handler_test.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
example_tcpip_test.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
example_test.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
server.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
session.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00
tcpip.go Adding current work on easyssh 2015-05-30 11:19:10 -04:00

README.md

easyssh

easyssh provides a simple wrapper around the standard SSH library. Designed to be like net/http but for ssh.