The rnsh
program lets you establish fully interactive remote shell sessions over Reticulum. It also allows you to pipe any program to or from a remote system, and is similar to how the ssh
program works.
If you do not have access to the Internet, or would prefer to install rnsh
directly from this RNode, you can use the following instructions.
pip install ./rnsh-0.0.13-py3-none-any.whl
rnsh
version by running rnsh --version
If you are connected to the Internet, you can try to install the latest version of rnsh
via the pip
package manager.
rnsh
by running the command pip install rnsh
rnsh
version by running rnsh --version