
LinuxSSH
A powerful tool that allows you to manage your Linux PC via SSH in Minecraft as a terminal.
Version 1.8-Milestone-1 (2026-05-11)
Version Upgrade
- Minecraft version upgraded to 26.2-snapshot-6 (26.2-alpha.6)
- Fabric Loader upgraded to 0.19.2
- Upgrade Fabric API to 0.148.1+26.2
- Upgrade Gradle to 9.2.1
- Keep Kotlin at 2.3.20
- Keep Java toolchain at JDK 25
New Features
- Added
MinecraftBridgebridging class: Accesses renamed APIs in Minecraft 26.2-snapshot via pure reflection mechanism (e.g.,setScreen, Toast Manager), avoiding compilation failures due to Mojang remapping - Added
DebugScreenOverlayMixin: Displays SSH connection status information on the F3 debug screen - Added SSH configuration entry button to the title screen, positioned identically to the pause screen button
PauseScreenMixinadds an SSH configuration entry button in the pause menu
Improvements
- The SSH terminal screen (
LinuxsshTerminalScreen) has added a thread-safe lock (terminalLock) to prevent concurrent read/write conflicts - SSH terminal write operations are separated into
writeExecutorto avoid blocking the read thread - When terminal initialization fails, properly close the interface (
onClose) instead of clearing the screen directly - Standardize the style of all SSH buttons in the interface: use
"SSH"text label, size 45×20, located at the bottom right of the screen - All interface switches are unified through
MinecraftBridge.setScreen()to ensure compatibility with API changes - Clean up redundant comments and unused imports in the terminal code (
java.lang.reflect.Modifier) - Optimize build configuration: Add the
foojay-resolver-conventionGradle plugin to automatically manage the JDK toolchain
Update Version
Update Version
Update version
Update Minecraft and Mod versions to 26.1-snapshot-3 and 1.7-Milestone-6, adding ANSI formatting support.

Update Version
Urgent fix for the jcsh issue—do not download Milestone 1 version!!!
Completely rebuilt based on 26.1, with added security prompt toast that displays when players enter the game.
Update gameversion
Update version
Update Version
feat: Update configuration, remove Cloth Config API, optimize SSH key management interface
- Implemented LinuxsshConfig for managing mod configurations.
- Fixed the issue of garbled characters displayed in Chinese and other languages
- Added configuration screen using Cloth Config API.
- Enhanced LinuxsshClient to initialize and save configurations.
- Introduced SSH key generation and management features.
- Added commands for importing and generating SSH keys.
- Implemented host fingerprint management, including deletion.
- Updated language files for new configuration options and commands.
- Added error handling and user feedback for SSH operations.
- Add 1.21.1 Support
Note: The public key connection is still under development. Please turn off the public key verification method before use; otherwise, the connection will fail
- Implemented LinuxsshConfig for managing mod configurations.
- Added configuration screen using Cloth Config API.
- Enhanced LinuxsshClient to initialize and save configurations.
- Introduced SSH key generation and management features.
- Added commands for importing and generating SSH keys.
- Implemented host fingerprint management, including deletion.
- Updated language files for new configuration options and commands.
- Added error handling and user feedback for SSH operations.
- Add 1.21.1 Support
You should install Sinytra Connector to work in NeoForge
The First Version.
