An open API service indexing awesome lists of open source software.

https://github.com/onionj/simple_ssh

Golang TCP Terminal: Remotely Control a Command-Line Interface over the Network
https://github.com/onionj/simple_ssh

Last synced: about 1 month ago
JSON representation

Golang TCP Terminal: Remotely Control a Command-Line Interface over the Network

Awesome Lists containing this project

README

        

# A simple local ssh

* `git clone https://github.com/onionj/simple_ssh.git`
* `cd simple_ssh`
* `go get`
* Run the server side with `go run main.go --server`
* run the client side with `go run main.go`