https://github.com/scylladb/go-sshtools
Go SSH client wrapper and other tools
https://github.com/scylladb/go-sshtools
golang ssh
Last synced: 2 months ago
JSON representation
Go SSH client wrapper and other tools
- Host: GitHub
- URL: https://github.com/scylladb/go-sshtools
- Owner: scylladb
- License: apache-2.0
- Created: 2019-05-21T15:25:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T14:17:47.000Z (over 5 years ago)
- Last Synced: 2024-06-19T05:56:48.127Z (12 months ago)
- Topics: golang, ssh
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 14
- Watchers: 21
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scylla SSH tools
Package sshtools provides a wrapper around SSH client with the following features:
* Context aware (dial and execution),
* Keepalive enabled,
* Can copy files using SCP.## License
Copyright (C) 2017 ScyllaDB
This project is distributed under the Apache 2.0 license. See the [LICENSE](https://github.com/scylladb/gocqlx/blob/master/LICENSE) file for details.
It contains software from:* [Hashicorp Terraform](https://github.com/hashicorp/terraform), licensed under the MPL-2 license