| Crates.io | sshy |
| lib.rs | sshy |
| version | 0.1.2 |
| created_at | 2025-05-09 19:32:01.327401+00 |
| updated_at | 2025-05-19 15:43:31.067654+00 |
| description | TUI application to make SSH configuration easier |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1667526 |
| size | 152,207 |
Tool to create key pairs and modify the user's SSH configuration file (~/.config/.ssh/config).
sshy can be installed using cargo with cargo install sshy
To run sshy, simply run sshy in a terminal and the TUI should take control.
The controls are listed bellow
q: exit sshyleft and right: navigate sectionsup and down: navigate the content of the focused sectionesc: hide popupc: copy to clipboard the content of the focused public keyn: create new key pairenter: enter interactive (vim) modeq: exit interactive modectrl+s: write buffer to file (~/.config/.ssh/config)i: insert modev: visual modey: yankp: pasteu: undoctrl+r: redo