Releases: karlot/sshclick
Releases · karlot/sshclick
Version 0.6.0 (2023-05-20)
- Rework
generate_graph
to work with rich components, so we can removeprettytable
as dependency prettytable
deprecated and removed as project dependency- Host testing reworked, implemented host-resolution for non-IP hostnames
- NEW FEATURE - Implemented new Experimental TUI interactive mode
- can be launched with
sshc tui
or directly withssht
command - Offers TUI for browsing SSH configuration
- Currently only shows configurations, editing features on roadmap
- Allows opening SSH or SFTP session with selected node directly from APP
- can be launched with
Version 0.5.0 (2023-04-17)
- Refactor/extract config groups filtering from
host-list
to SSH_Config - Updated group mechanism to match host ones, more user-friendly
- Small fixes for typing
- Implement more free style in writing metadata
- Group list added number of hosts and patterns
- Host key install feature (can be used on multiple hosts from config using regex match)
- Fixing poor design on exceptions when getting host/group from config
- Added aliases for
hosts
andgroups
top level commands - Move inherited parameters processing from
trace_jumphosts
, now done during Config parsing - Add parsing/generation option to save SSHClick config trough SSH Config file notation (host-style)
- Add command to allow setting/deleting configuration options in SSH config file (
sshc config set/get
) - Dependencies updated
- Added Changelog and TODO
- Removed
setup.cfg