ternssh — Open-source SSH workspace - A webssh can be deploy on cloudflare workers
by•
SSH workspace on Cloudflare
Draggable dashboard · Terminal · SFTP · Status monitoring
Replies
Best
Maker
📌
A web-based SSH solution that can be deployed on Cloudflare Workers.
Report
the draggable dashboard is such a thoughtful touch, makes juggling multiple remote sessions feel less like herding cats. love that it's open source and running on cloudflare's edge too.
Report
how does it actually handle the SSH credentials on Cloudflare, like is anything stored on your servers or is everything kept client-side?
Report
Maker
@yasinafvu If you use Docker, it is stored locally in plaintext; if you use Cloudflare Workers, it is stored in the D1 database in plaintext. While future versions may introduce encrypted storage, I consider this pointless, as a leak would likely only occur if the server were compromised or the Cloudflare account hacked—scenarios that would simultaneously expose the encryption keys.
Replies
the draggable dashboard is such a thoughtful touch, makes juggling multiple remote sessions feel less like herding cats. love that it's open source and running on cloudflare's edge too.
how does it actually handle the SSH credentials on Cloudflare, like is anything stored on your servers or is everything kept client-side?
@yasinafvu If you use Docker, it is stored locally in plaintext; if you use Cloudflare Workers, it is stored in the D1 database in plaintext. While future versions may introduce encrypted storage, I consider this pointless, as a leak would likely only occur if the server were compromised or the Cloudflare account hacked—scenarios that would simultaneously expose the encryption keys.