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.
<aside> 💡 It might ask for your password which you have set while installing ubuntu
</aside>
sudo apt install openssh-client
sudo apt install openssh-server