Skip to content

Releases: karlot/sshclick

Version 0.6.0 (2023-05-20)

20 May 19:46
Compare
Choose a tag to compare
  • Rework generate_graph to work with rich components, so we can remove prettytable 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 with ssht 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

Version 0.5.0 (2023-04-17)

17 Apr 16:19
Compare
Choose a tag to compare
  • 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 and groups 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

0.4.4

08 Aug 14:42
1a5f3d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.4

0.4.1

02 Aug 12:12
Compare
Choose a tag to compare

Fixes for older python3 versions (tag anotations)