A powerful tool that allows you to manage your Linux PC via SSH in Minecraft as a terminal.
A powerful tool that allows you to manage your Linux PC via SSH in Minecraft as a terminal.
We provide a command /ssh to interact with this mod.
Connect to a host
/ssh connect <user@hostname>
For example:
/ssh connect [email protected]
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.
© Moerain Software Developments and NuanRMxi Lazy Team 2025
This mod is licensed under GNU GPLv3.
Source code can be found at GitHub