Re: tcp connection watcher..

2003-07-20 Thread Paul C. Bryan
Louie Miranda wrote: Do you know any tcp connection watcher? I use scandetd, i was hoping if there are also more advance programs like this one out there. Also, if you're looking for something to detect port scans or other abnormal activity, consider: - portsentry - ippl Paul -- To UNSUBSCRIBE,

Re: tcp connection watcher..

2003-07-20 Thread Paul C. Bryan
Louie Miranda wrote: Do you know any tcp connection watcher? I use scandetd, i was hoping if there are also more advance programs like this one out there. Here are a few suggestions: - ethereal - tcpdump - sniffit My favorite is ethereal, as it has support for a multitude of TCP protocols, allowi

Re: ssh protocol v1.99 and v2.0?

2003-07-20 Thread Paul C. Bryan
Jayen Ashar wrote: > I have two debian machines, picard and riker. They both have the same > ssh and ssl packages installed (OpenSSH_3.6.1p2 Debian 1:3.6.1p2-2, > SSH protocols 1.5/2.0, OpenSSL 0x0090702f). But, for some odd reason, > X11 forwarding only works in one direction (ssh from picard t

Re: mouse pointer does not show

2003-07-20 Thread Paul C. Bryan
Marvin Aguero wrote: The mouse pointer does not show on the screen. I can say that it's been working, in the sense what if I move the mouse randomly, I can see the different buttons changing colors. But I cannot see where the mouse pointer is. Well, for a start, I'm assuming you're running XFre

Re: Help! Can't mount iso during sarge installation( busybox)

2003-07-02 Thread Paul C. Bryan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zhao YouBing wrote: | I don't know whether the boot kernel has any loop device support, | Can anybody who successfully tried that or facing the same problem give | a note? It's worth trying: modprobe loop or insmod loop Paul -BEGIN PGP SIGNATUR

Re: Generating custom ssl certificate

2003-07-02 Thread Paul C. Bryan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miranda, Joel Louie M wrote: | Yes, that's it thanks paul. I was hoping to erase the pass scheme | while starting apache do you happen to know the command to remove the | pass on the cert? I this this will do it: openssl rsa -in privkey.pem -out privk

Re: Generating custom ssl certificate

2003-07-02 Thread Paul C. Bryan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miranda, Joel Louie M wrote: | Hi, does anyone remember how to generate custom ssl certificate using | openssl? If you mean self-signed certificate, try: # openssl genrsa -des3 -out privkey.pem 2048 # openssl req -new -x509 -key privkey.pem -out cacer