|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
this should be simple ... please take a look
I have FreeBsd 4.9 stable on my network at home with other windows XP professional machines.
I would like to use the windows machines to administer my server and set it up to host my websites localy. How do I do that? Paul |
|
#2
|
|||
|
|||
|
First, you would do everyone a favor when you would compose a title to a new thread that actually says something about the topic.
What exactly do you want to administrate? There are various web-front ends for different services. I do all of my remote administration with a remote console (SSH Client) ala: PUTTY: http://www.chiark.greenend.org.uk/~...y/download.html or Secure Shell: http://ftp.ssh.com/pub/ssh/SSHSecur...lient-3.2.9.exe Both of these are fine. I like to get knee deep in the config-files with the shell and vi. I am not fond of shiny-clicky administration. If you are a GUI fan, then you can check out webmin, which I have heard is fairly descent.... If you want to do remote web-development, and upload the work, an ftp-client will suffice. any help? -Steven __________________ We are about as similar as two completely dissimilar things in a pod. –Edmund Black Adder |
|
#3
|
|||
|
|||
|
remote admin of FreeBsd
yes, it helped. thanks I am going to try to install the ss on my win xp pro and see if I can connect to my freeBSD server.
for some reason I cant connect as root/password. It finds the server but it is not authenticating... what could be wrong? |
|
#4
|
|||
|
|||
|
I went ot my freebsd monitor and it said: unsupported request....
|
|
#5
|
||||
|
||||
|
By default, FreeBSD doesn't allow root to log in via ssh(this is a security feature). You can of course override the setting, but there's a reason why they keep it like that. Create yourself a user account and use that to log in. Once logged in, you can always use su to change to the root login if necessary.
While you're at it, please read the forum rules and post a meaningful subject line next time you start a thread. http://forums.devshed.com/t24097/s.html
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#6
|
|||
|
|||
|
exactly, in unix you only want to be root when absolutely necessary.
Scorpions -- one small thing you forgot (don't want to knock ya, your answers are always excellent!), the new user must to be added to the group "wheel". ...otherwise, ..no su. (Well su to you too, sir.) another thing, if your ssh daemon on the FreeBSD machine is set to only accept Protocol 2 connections (as well it should!!), you have to make sure that the client you are using is trying to connect using Protocol 2 and not the older and less secure Protocol 1. -Steven __________________ They do say, Mrs. M., that verbal insults hurt more than physical pain. They are of course wrong, as you will soon discover when I stick this toasting fork in your head. –Edmund Black Adder |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > this should be simple ... please take a look |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|