Re: problem with telnet on RH 9

2003-09-02 Thread Nathan Wolfe
You need to HUP xinetd. type this service xinetd restart that will get it for you. On another note. You should use SSH instead of telnet. Telnet is massively insecure N8 > Hi, > I have just installed RH 9. I want to be able to telnet to the machine > but whenever I try it says connection re

Re: Load Balancing & Round Robin

2003-07-21 Thread Nathan Wolfe
There is alot of good information here about what your options are. http://www.linux-vs.org/ n8 > What would I need to setup two Apache servers to serve the same domain > name using load balancing & round robin? Each user session must be > limited to one server. And it must be able to sense whe

RE: best smtp & pop3 server for RH9 ????

2003-07-21 Thread Nathan Wolfe
I think what you need to look at is postfix and courrier imap. They integrate with mySQL or Postfix or whatever you need them to and there are plenty of docs to help you do it out there. (I'd keep squirrel mail thought. You can easily change the look and feel of it and its the most full featured.

RE: ssh to Open SSH ssh-keygen question - Answered

2003-07-20 Thread Nathan Wolfe
can give us the answer to that one but here are the keystrokes to fix my problem anyway. # cd /usr/bin # ./ssh-keygen -i -f ~/.ssh2/dsa2048key.pub >> ~/.ssh/authorized_keys2 That fixed the problem. > Nathan Wolfe wrote: >> I am running OpenSSH on redhat 8. I have generated a ke

ssh to Open SSH ssh-keygen question

2003-07-20 Thread Nathan Wolfe
I am running OpenSSH on redhat 8. I have generated a keypair using the client from ssh.com (Secure Shell Client). the key has been uploaded to the server and I have attempted to convert the key to Open ssh using: # ssh-keygen -X -f .ssh2/dsa2048key.pub >>.ssh/authorized_keys2 and # ssh-keygen –i