Core Tunnel 3.5 Release Notes
This update brings known hosts and environment editing support, SSH multiplexing now is fully supported.
Added
- View and delete known hosts in Preferences -> Advanced
- Set environment variables in Preferences -> Advanced (@aleksikallio #2589)
- Full support for multiplexing directives (i.e.
ControlPath
andControlMaster
) (@kajotac #3506, @jimcovert #3463, @bmorgenthaler #3532) - Add a new option to opt out of requesting session on the remote system, useful for just forwarding ports (@rissatto #3547)
Fixed
- CryptorRSA error on connecting, incomplete revision in version 3.0.1 (@zenisca #3505, @greg.bodine #3529)
- Could not disconnect a multiplex client (@bmorgenthaler, #3532)
Removed
- Remove
ControlPersist
directive from advanced options, the master ssh connection closed along with the tunnel
Special thanks to Aleksi Kallio (@aleksikallio), Elison Rissatto (@rissatto), Kennie Cruz (@kajotac), @jimcovert, @bmorgenthaler, @zenisca and Greg Bodine (@greg.bodine) for helping this release.