shazow/ssh-chat

ability to bind to multiple ip addresses.

Opened this issue · 4 comments

i'm not sure if this is possible, but i'd like to have my ssh-chat instance available directly, via my ip address and by tor, using a hidden service. i'd have it bind to a loopback and public address.

anyways, love the project, it's amazing.

thank you!

Hm, I believe :22 should bind to all available addresses. Does that not work?

I haven't tried running ssh-chat as a hidden service though.

i could do :22 but i currently have tons of other stuff running internally so i'd like to be specific about what addresses it binds to.

it works flawlessly as a hidden service.

Hmm that is fair. I'd accept a pull request that allows comma-delimited bind addresses, if that's something you're interested in working on!