https://github.com/kujenga/go-ssh
Playing around with ssh connections in Go
https://github.com/kujenga/go-ssh
Last synced: 2 months ago
JSON representation
Playing around with ssh connections in Go
- Host: GitHub
- URL: https://github.com/kujenga/go-ssh
- Owner: kujenga
- Created: 2016-05-30T17:05:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T17:08:28.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T12:45:40.721Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-ssh
Experimenting with ssh connections in Go using [golang.org/x/crypto/ssh](https://godoc.org/golang.org/x/crypto/ssh).