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

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

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