
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
SSH and SSHFS over the Hyperswarm DHT!
npm install -g hyperssh // ssh / fuse client stubs
npm install -g hypertele // hyperswarm server proxy
npm install -g hyper-cmd-utils // keygen utils
On a server
hyper-cmd-util-keygen --gen_seed
-> SEED
hypertele-server --seed SEED -l 22
-> PEER_KEY
This will start announcing the server on the DHT.
On the client
hyperssh -s ab01f... -u maf
hyperssh -s ab01f... -u maf -i keypair.json
Read more about using identities here: https://github.com/prdn/hyper-cmd-docs/blob/main/identity.md
SSHFS (mount a remove fs/folder via ssh)
hyperssh-fuse -s ab01f... -u maf -m ~/mnt
Hyperswarm will do UDP holepunching under the hood, so even if your server is located on a home network it should be accessible.
You can also use hyperssh with Windows RDP to remotely log in to your windows machines.
On the server
hypertele-server --seed SEED -l 3389
On the client
hyperssh --rdp -s ...
hyperssh supports the hyper-cmd system!
Identity management: https://github.com/prdn/hyper-cmd-docs/blob/main/identity.md
Host resolution: https://github.com/prdn/hyper-cmd-docs/blob/main/resolve.md
MIT
FAQs
Run SSH over Hyperswarm Beta!
The npm package hyperssh receives a total of 1 weekly downloads. As such, hyperssh popularity was classified as not popular.
We found that hyperssh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.