unsignedio/docs/rnode_bootstrap_console/s_rnsh.html
2025-12-22 19:09:59 +01:00

29 lines
No EOL
2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/water.css?v=4">
<link rel="shortcut icon" type="image/x-icon" href="gfx/icon.png">
<meta charset="utf-8"/>
<title>Shell Over Reticulum | RNode Bootstrap Console</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="load_overlay" style="background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
<span class="logo">RNode Console</span>
<p><center><span class="menu"><a href="index.html">Start</a> | <a href="replicate.html">Replicate</a> | <a href="software.html">Software</a> | <a href="learn.html">Learn</a> | <a href="help.html">Help</a> | <a href="contribute.html">Contribute</a></span></center></p><hr><h2>Shell Over Reticulum</h2>
<p>The <code>rnsh</code> 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 <code>ssh</code> program works.</p>
<h3>Local Installation</h3>
<p>If you do not have access to the Internet, or would prefer to install <code>rnsh</code> directly from this RNode, you can use the following instructions.</p>
<ul>
<li>If you do not have an Internet connection while installing make sure to install the <a href="./s_rns.html">Reticulum</a> package first</li>
<li>Download the <a href="pkg/rnsh.zip">rnsh.zip</a> package from this RNode and unzip it</li>
<li>Install it with the command <code>pip install ./rnsh-0.0.13-py3-none-any.whl</code></li>
<li>Verify the installed <code>rnsh</code> version by running <code>rnsh --version</code></li>
</ul>
<h3>Online Installation</h3>
<p>If you are connected to the Internet, you can try to install the latest version of <code>rnsh</code> via the <code>pip</code> package manager.</p>
<ul>
<li>Install <code>rnsh</code> by running the command <code>pip install rnsh</code></li>
<li>Verify the installed <code>rnsh</code> version by running <code>rnsh --version</code></li>
</ul></body></html>