Abdul Khader posted in linux-india-help: > How can I configure webmin to run on https instead of http ?
I don't use webmin, so not sure if it supports https. In case it doesn't you can: 1. Make sure webmin is listening only on loopback interface (either via webmin config or via packet filtering). 2. ssh -L 10000:webmin.machine:10000 webmin.machine -l userid 3. Use browser to connect to http://127.0.0.1:10000/ Your non-https traffic is only over the loopback interface. All network traffic is encrypted via the ssh tunnel. Binand -- [EMAIL PROTECTED] root]# uptime 11:55am up 58 days, 4:49, 2 users, load average: 1023.78, 419.92, 158.90 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
