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
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
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.
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
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