Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tatumon/sshy
- Owner: TatuMon
- Created: 2024-05-14T01:46:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:52:41.000Z (3 months ago)
- Last Synced: 2024-11-03T20:28:42.772Z (3 months ago)
- Language: Rust
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)