Vintage K95 logo Kermit Project logo Kermit 95 3.0.0 Beta 7


Links: K95 3.0.0 Beta 7 on kermitproject.org | GitHub Release Page

This is the seventh beta of the new open source Kermit 95 for nearly all 32bit and 64bit Windows, and 32bit IBM OS/2! It brings a large number of new features, bug fixes and other improvements plus

Contents: Breaking Changes | New Features | Minor Enhancements and other changes | Fixed bugs | Other Source Changes | Known Issues | Reporting Bugs

Breaking Changes

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 email 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

Download

This release includes 14 download options covering everything from Windows NT 3.50 to Windows 11 on all CPU architectures, plus Windows 95/98/ME and 32bit OS/2. To make finding the right version for your system easier, you can use the Download Picker, or you can browse the list of all download options.

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