Sish is a terminal-based ssh client and server that allows you to easily create a secure shell tunnel through firewalls or NAT gateways. In this tutorial, we will show you how to install Sish on Alpine Linux Latest using the terminal.
Before installing Sish, we need to install some dependencies. Type the following command in the terminal:
apk add --no-cache make gcc musl-dev
We need to download Sish from the official GitHub repository. Type the following command in the terminal:
git clone https://github.com/antoniomika/sish.git
Go to the downloaded directory and build Sish using the following command:
cd sish
make
After Sish is built, we can install it using the following command:
make install
To test Sish, try launching it by typing the following command:
sish
If Sish is installed correctly, you should see the help message which explains how to use it.
In this tutorial, we have shown you how to install Sish on Alpine Linux Latest using the terminal. You can now use Sish to create secure shell tunnels between different machines.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!