Hyperssh
A utility to facilitate SSH operations via the HyperDHT.
Installation
Install with npm:
Basic usage
On a server or a machine running an ssh-server, run:
This will start announcing the server on the DHT and will display the Noise Public Key of the server.
To connect to the server from another machine, pass the keypair to the hyperssh
command, along with an optional username:
There is no need to remember hostnames any more.
Under the hood, Hyperswarm performs UDP holepunching. So the server should be accessible even if it is located on a home network. Refer to identity management for more information.
Windows RDP
Hyperssh can also be used with Windows RDP to remotely log in to Windows machines over Hyperswarm.
Ensure RDP is enabled on the computer that is going to be logged into (the server), and on that computer run:
Then on another computer (client), anywhere on the internet, ssh into the server:
The hyper-cmd system
The Hyperssh also supports the hyper-cmd system. Refer to Identity management and Host resolution for additional information.
Last updated