mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

How to secure connection between panel and hw-daemon? #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi sibprogrammer,

thanks a lot for your great work on building OpenVZ web panel!

My panel server is connected to the hw nodes running hw-daemon over the 
internet. As far as I know hw-daemon communicates via XML-RPC over Port 7767.

I don't know if the connection itself is encryted and if the "key" is used for 
encrypting the whole session or just on establishing it.

Anyway, because panel has to send the root password over this connection to the 
hw-daemon I'd like to use a secure(d) connection between panel and hw-daemon.

Any idea or suggestions how to do this, may be tunneling over ssh or something 
else? What are your personal suggestions?

Original issue reported on code.google.com by guw...@web.de on 16 Dec 2010 at 8:31

GoogleCodeExporter commented 9 years ago
Thanks for support. Personally I use the panel in trusted networks, so have no 
problems with security. I think that SSH tunel + firewall will be the best 
solution by now.

Original comment by sibprogrammer on 16 Dec 2010 at 2:08