https://github.com/amitizle/sshtools
SSH configuration tools
https://github.com/amitizle/sshtools
cli go golang iko ssh
Last synced: 25 days ago
JSON representation
SSH configuration tools
- Host: GitHub
- URL: https://github.com/amitizle/sshtools
- Owner: amitizle
- License: mit
- Created: 2018-05-13T22:01:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T00:12:46.000Z (about 7 years ago)
- Last Synced: 2025-02-16T18:44:41.460Z (4 months ago)
- Topics: cli, go, golang, iko, ssh
- Language: Go
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshtools
## What is it?
My first _Go_ CLI tool :|
This is mostly a practice tool, built using [Cobra](https://github.com/spf13/cobra).
It's supposed to help with configuration for `ssh`, such as deleting a specific line from the `known_hosts` file etc.## Installation
```bash
$ go get -u github.com/amitizle/sshtools
```## Testing
TODO