LinuxSSH
An innovative tool that transforms Minecraft into a full-fledged SSH client for managing your Linux computer directly from the game world.
Required Components
To use the mod, you need to install:
- Fabric Loader
- Fabric API
- Fabric Language Kotlin
Installation Process
Installation is done in a few simple steps:
- Place the JAR file from the release into the mods folder
- Launch Minecraft through any launcher (official, MultiMC, and others)
- Create or load a world and start using
Working with Commands
The mod provides the /ssh command for interacting with the Linux system:
Connecting to Server
/ssh connect <user@host>
Usage example:
/ssh connect celestia@192.168.1.129
Fingerprint Confirmation
When connecting for the first time, you may need to confirm the host fingerprint. Use the command:
/ssh confirm <yes/no>
Password Entry
After confirmation, enter:
/ssh password
Your password is not stored locally and is not transmitted over the internet.
Command Execution
To execute Linux commands, use:
/ssh command [command]
Example:
/ssh command apt install xfce4 xfce4-goodies fonts-wqy* fastfetch -qq -y
Disconnection
To end the session, enter:
/ssh disconnect
Key Import (Under Development)
Future versions will add the ability to import public/private keys via the command:
/ssh import [path]
License and Source Code
© Moerain Software Developments and NuanRMxi Lazy Team 2025
The mod is distributed under the GNU GPLv3 license.
Source code is available on GitHub.