dumbpipe
dumbpipe copied to clipboard
Is it possible to use dumbpipe for ssh connections?
Is it possible to use dumbpipe for ssh connections? I only see an ffmpeg example on the readme.
dumbpipe can forward any tcp connection, I just tried SSH and it works.
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.
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