Hi, [...] >> It's not a bad idea, however I really recommend against the webmin part.
> I don't like the webmin idea myself either. But my friend wants a GUI, > as his knowledge of UNIX is not that much. [...] > Having console access for me is quite important, as I'm going to the one > to debug it. We were thinking of using another Sun, configured with ssh > and not much else, to give that. maybe you can teach your friend howto use a SSH tunnel... Then there should be no need to open webmin to the public. e.g.: ssh -N -L 543210:127.0.0.1:543210 remotehost.domain -l username' On Windows he can use putty for that. regards
