Releases: ericfinger/connection
Releases · ericfinger/connection
v1.4.2
v1.5.0
Updates
- Switched from magic_crypt to ChaCha20Poly1305 + argon2 for local config file encryption. Fixes https://github.com/ericfinger/connection/security/dependabot/4
- Implemented a migration function to automatically convert existing (encrypted) config files to the new format
Full Changelog: v1.4.2...v.1.5.0
v1.4.1
Updates
- Switched to Rust version 2024
- Fixed CLI switches getting overwritten by config file
Full Changelog: v1.3.3...v1.4.1
v1.3.3
Features:
- Cross-Platform (tested on Windows and Linux)
- Drop-in-Replacement for knockd's own 'knock' command
- Can run a command after the Port-Knock (great for automatically opening SSH connections etc!)
- Can be configured with presets:
- Run a Preset with
connection [NAME]
- Presets are saved in toml-Files for portability
- Presets can be generated from a nice CLI Wizard thanks to inquire
- Presets can be encrypted for better security
- Run a Preset with