
Core Shell is a full-featured terminal with built-in OpenSSH support. It is focused on managing and login to hosts efficiently. The app is compatible with Terminal.app and xterm. It supports ANSI 16 and 256 color palettes, as well as 24bit true color. Core Shell has the ability to restore your connections after network failure or waking up from sleep.
v3.6 [Nov 22, 2021]
- Add site and community links in Help menu.
- Fix shell special characters escaping while drag & drop file on local shell, as well as unescaping while download file on remote shell (@kaffeeundsalz).
- Security enhancements and minor bug fixes (@Curuvar).
Special thanks to @kaffeeundsalz and Craig Altenburg (@Curuvar) for helping this release.
[Version 3.6.1] - 2021-11-24
Version 3.6.1 is a hotfix release for fixing:
- Could not use embedded OpenSSH (@priller).
- A potential crash issue while closing a local shell.
Special thanks to @priller for helping this release.
[Version 3.6] - 2021-11-23
The codebase of embedded OpenSSH has been updated to version 8.8. See https://community.codinn.com/t/3652/2 for the OpenSSH changes.
### Added
- Add a new `LogVerbose` configuration directive, this option is intended for OpenSSH debugging and is not enabled by default.
- Add a `PermitRemoteOpen` option that allows the client to restrict the destination when reverse dynamic forwarding is used with SOCKS.
- Add a `KnownHostsCommand` option that allows the client to obtain `known_hosts` data from a command in addition to the usual files.
- Embedding Nerd Fonts (@fastzombies).
### Changed
- Rename the `PubkeyAcceptedKeyTypes` directive to `PubkeyAcceptedAlgorithms` in advanced options.
- Similarly, rename `HostbasedKeyTypes` to `HostbasedAcceptedAlgorithms`.
- Remove `ChallengeResponseAuthentication` directive in favour of `KbdInteractiveAuthentication`.
- Always display fingerprint context while prompting user to confirm host key (@kaffeeundsalz).
- The default font changed to the embedded Hack Nerd Font Mono.
- Specifies the port number to connect on the remote host explicitly in equivalent command (@liushuai).
### Fixed
- Randomly crash while using `vim` (@jonathangroves, @alexbartl).
- The exit strategy option of local shell is not respected (@fastzombies).
- A potential hanging issue (@alexbartl).
- Transfer tasks do not terminate properly.
Special thanks to Jonathan Groves (@jonathangroves), Alex Bartl (@alexbartl), @kaffeeundsalz, @fastzombies and Shuai Liu (@liushuai) for helping this release.