
LinuxSSH
Активный0.0
Установок
Последнее обновление
Версии
LinuxSSH
A powerful tool that allows you to manage your Linux PC via SSH in Minecraft as a terminal.
Requirements
- Fabric Loader
- Fabric API
- Fabric Language Kotlin
How to Use?
- Drag the release JAR file into your mods folder.
- Launch Minecraft using your preferred launcher (Official, MultiMC, etc.).
- Load a world and enjoy!
Command Usage
We provide a command /ssh
to interact with this mod.
-
Connect to a host
/ssh connect <user@hostname>
For example:
/ssh connect celestia@192.168.1.129
-
Confirm the host's fingerprint
If you connect to the host for the first time, you may need to confirm a fingerprint from the Linux host. Type
/ssh confirm <yes/no>
to accept or reject the fingerprint. -
Enter the password
Then, type
/ssh password
to proceed. We do not store your password locally or transmit it over the Internet. -
Type the Linux command
You can type
/ssh command [command]
to interact with the Linux PC.For example:
/ssh command apt install xfce4 xfce4-goodies fonts-wqy* fastfetch -qq -y
-
Disconnect
You can type
/ssh disconnect
to disconnect from the Linux PC. -
Import the public/private key (Under Construction)
We will add the public/private key functionality in the future. You can type
/ssh import [Path]
to import it.
License and Source Code
© Moerain Software Developments and NuanRMxi Lazy Team 2025
This mod is licensed under GNU GPLv3.
Source code can be found at GitHub