Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tatumon/sshy

TUI App to manage all your SSH connections and configuration
https://github.com/tatumon/sshy

Last synced: 2 months ago
JSON representation

TUI App to manage all your SSH connections and configuration

Awesome Lists containing this project

README

        

# SSHY
Manage all your SSH connections and configurations from a single point.
> SSHY can also be used as a dashboard for your ssh service

## TO-DO
Features will be released in the following order:

#### Client features
1. [X] List available connections (aka check `~/.ssh/known_hosts` and `/etc/ssh/ssh_known_hosts`)
2. [X] List all public keys
2. [ ] Create new public/private keys and, optionally, add the private key to the ssh-agent
4. [ ] Connect to a user-inputted host (only using public/private key for now)
5. [ ] When showing the connection prompt, show known_hosts also
3. [ ] Create/edit `~/.ssh/config`

#### Server features

## To know about implementation details, read [here](docs/implementation.md)