Secure Shell (SSH) is a cryptographic network protocol for secure data communication. It is often used to connect to remote servers and devices, including Limo. To connect to Limo using SSH, you will need an SSH client such as PuTTY or Terminal. Once you have an SSH client installed, you can connect to Limo using the command line interface.

Open Ubuntu terminal of your local machine or open WSL.

  1. Install openssh-client

<aside> 💡 It might ask for your password which you have set while installing ubuntu

</aside>

sudo apt install openssh-client
  1. Install openssh-server
sudo apt install openssh-server