LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CentOS with webmin (https://www.linuxquestions.org/questions/linux-newbie-8/centos-with-webmin-494097/)

Bassboom 10-20-2006 07:35 AM

CentOS with webmin
 
Hello,

Well i have the problem to get a file remote on a CentOS server.
I want to use webmin. For my server. But it my frist time i working with linux.
So.. Ones Need to be the first time.

But can you help me out.. How i can get the webmin file on the server.
I am using putty for connect with it SSH

Maybe i use wrong commands

Greets,
Bassboom

(It will do the same with ventrilo)

Bassboom 10-20-2006 07:52 AM

i have only remote acces... Becaus the server in a serverpark

msound 10-20-2006 08:05 AM

while logged in to the server via ssh, you could use wget from the command line to retrieve the webmin package: http://www.gnu.org/software/wget/man....html#Invoking

or you could just download the webmin package locally, and use scp (secure copy) to copy the file with ssh: http://www.chiark.greenend.org.uk/~s.../download.html

Bassboom 10-20-2006 08:22 AM

Resolving heanet.dl.sourceforge.net... failed: Temporary failure in name resolution

that is the error that i get with "wget"

command: wget http://heanet.dl.sourceforge.net/sou...0-1.noarch.rpm


That i do...

jstephens84 10-20-2006 03:35 PM

Webmin is a bad choice for administering your linux server. Not a secure way you should use ssh to administer you server.

Bassboom 10-21-2006 02:40 AM

well..

what if beter to use that is free

jstephens84 10-21-2006 02:00 PM

As mentioned above you should use ssh. I used Webmin on our AIX box at work and it ran horrible. Found that it was better to use telnet or ssh to administer the box.

sfarber53 11-15-2006 11:33 AM

Webmin Needn't Be Insecure
 
Quote:

Originally Posted by jstephens84
As mentioned above you should use ssh. I used Webmin on our AIX box at work and it ran horrible. Found that it was better to use telnet or ssh to administer the box.

I am new with Webmin, but I have it running on an old 600 Mhz Celeron that I am configuring as a router. It runs just fine. It isn't perfect, but it is a lot better than the CLI for relatively new users.

You can secure Webmin by adding openssh and openssh-devel via yum:

yum install openssh

It will add both parts. After that you install Net::SSLeay. It is relatively simple to install. Just follow the directions that are freely available. :study: Once that is done, you must enable SSL access in the Webmin configuration. Once activated it will automatically enable SSL and require its use (even though it supposedly be optional).

SSH is great and secure, but Webmin can be secure too. I suggest that if you are finding it slow (on AIX), that something else is wrong with your system. If my old Celeron can run it with only 256 MB RAM, most any box can.

Cheers! :twocents:


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