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
- Host: GitHub
- URL: https://github.com/onionj/simple_ssh
- Owner: onionj
- License: mit
- Created: 2023-01-24T10:32:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T21:17:00.000Z (over 1 year ago)
- Last Synced: 2025-02-08T10:44:54.451Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`