dumbpipe icon indicating copy to clipboard operation
dumbpipe copied to clipboard

Is it possible to use dumbpipe for ssh connections?

Open bitcoinmeetups opened this issue 9 months ago • 3 comments

Is it possible to use dumbpipe for ssh connections? I only see an ffmpeg example on the readme.

bitcoinmeetups avatar Mar 03 '25 10:03 bitcoinmeetups

dumbpipe can forward any tcp connection, I just tried SSH and it works.

mzji avatar May 20 '25 03:05 mzji

Guys, hot tips / feature request.

Please rename dumbpipe. Nobody wants to use a product that is called dumb. It's not funny, it just sounds uncomfortable.

Second, maybe specialize in making something like distributed SSH. This would be valuable beyond control.

What humanity actually needs is simply to be able to safely and securely connect over SSH without having to use tmate and such. Decentralized SSH opens so many doors. I'm not using d***pipe today but I would use a similar service that focuses on decentralized SSH as per above.

bitcoinmeetups avatar May 21 '25 07:05 bitcoinmeetups

A quick example of how this is done

server

dumbpipe listen-tcp --host localhost:22

client

  • in first terminal
dumbpipe connect-tcp --addr 0.0.0.0:3333 <nodeID>
  • in second terminal
ssh root@localhost -p 3333

casonadams avatar Jun 05 '25 23:06 casonadams