I am running "OpenSSH_3.0.1p1, SSH protocols 1.5/2.0, OpenSSL
0x0090602f".
In my logfiles I get a message as follows :
Unusual System Events
=-=-=-=-=-=-=-=-=-=-=
... ...... sshd[4904]: WARNING: /etc/ssh/moduli does not exist, using
old
modulus
What does this mean?. I dont have the file /etc/ssh/moduli. How do I
generate that file. Is it necessary to have that file ?
Thanks for the help
Shaji
--
.........................................................
. Shaji Chempath. Graduate Student, .
. Northwestern Univ. Ph.(Res) 847-864-3301 .
. sh...@nwu.edu Ph.(Off) 847-467-1653 .
.........................................................
http://www.snailbook.com/faq/ossh-primes-file.auto.HTML
The faq needs updating, as the file has been renamed "moduli", but the
issue is the same.
> How do I generate that file.
It comes with the OpenSSH portable source, or as part of OpenBSD:
http://www.openbsd.org/cgi-bin/cvsweb/src/etc/moduli?rev=1.1
--
Richard Silverman
sl...@shore.net
>Unusual System Events
>=-=-=-=-=-=-=-=-=-=-=
>... ...... sshd[4904]: WARNING: /etc/ssh/moduli does not exist, using
>old
>modulus
>What does this mean?. I dont have the file /etc/ssh/moduli. How do I
>generate that file.
make install
Shaji.