easyssh provides a simple wrapper around the standard SSH library. Designed to be like net/http but for ssh.
.gitignore | ||
client.go | ||
common.go | ||
doc.go | ||
example_client_test.go | ||
example_handler_test.go | ||
example_tcpip_test.go | ||
example_test.go | ||
LICENSE | ||
README.md | ||
server.go | ||
session.go | ||
tcpip.go |
easyssh
easyssh provides a simple wrapper around the standard SSH library. Designed to be like net/http but for ssh.