LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   using webmin (https://www.linuxquestions.org/questions/linux-newbie-8/using-webmin-109107/)

bradyc 10-27-2003 11:59 AM

using webmin
 
I'm running a linux red hat 9 server with sendmail for my mail server I would like to administer this server over the web if I need to...
webmin works great for this except there seems to be no security is there a way to add security to webmin or is there another program out there to do this job?

hw-tph 10-27-2003 01:32 PM

Do not use Webmin on a machine connected directly to the Internet! Never, ever.
Log in using SSH and take care of what you have to do instead.

Håkan

bradyc 10-27-2003 03:32 PM

ssh
 
what do you mean by log in using SSH? how do I do that?

althepcman 10-27-2003 07:04 PM

hw-tph means, that you use ssh (secure shell) to gain access to the machine you have webmin installed on. like the following:
ssh "ip address of machine" eg 192.168.10.1
it will then prompt you for the password of the user you are currently login as.


All times are GMT -5. The time now is 07:04 PM.