What's New in Kermit 95 v3.0 beta 7


This is the seventh beta of Kermit 95, based on C-Kermit 10.0 beta.11. There are now fourteen(!) download options to support different versions of Windows on different CPU architectures, in addition to IBM OS/2.

WARNING: This release changes a few default settings and paths! In particular, the change to the location for storing SSH-related files (known hosts, private keys, etc) may require a one-off change to your k95custom.ini if you are upgrading from a previous C-Kermit for Windows Beta release. See the sections below before upgrading and if you have any questions, feel free to ask in Github Discussions or send an email to ckw@kermitproject.org.

Things to be aware of when upgrading

The Default SSH Directory has Changed!

The default SSH directory in beta 7 has changed from \v(home).ssh back to \v(appdata)ssh, the location used by Kermit 95 2.1.3 and earlier. This means Kermit 95 may not find your known hosts file, or your identity (public key authentication) files after upgrading to beta 7.

If you'd prefer to keep these files in \v(home).ssh, the same location used by OpenSSH on modern versions of windows, add the command set ssh directory \v(home).ssh to your k95custom.ini

New Features

Minor Enhancements and other changes

Fixed bugs

Other Source Changes

Known Issues

Other known bugs can be found in the K95 issue tracker on GitHub.

Reporting Bugs

If you think you've found a bug in K95 you can either send an email to ckw@kermitproject.org or you can log it directly in the K95 Issue Tracker on GitHub