At the end of the install process of openSSH 3.6.1p2 on irix 6.5.18f, there's a pb with the ssh-keygen. I've the messages : /usr/local/etc/ssh_config already exists, install will not overwrite /usr/local/etc/sshd_config already exists, install will not overwrite /usr/local/etc/ssh_prng_cmds already exists, install will not overwrite /usr/local/etc/moduli already exists, install will not overwrite Generating public/private rsa1 key pair. rsa_generate_private_key: key generation failed. Generating public/private dsa key pair. dsa_generate_private_key: DSA_generate_parameters failed Generating public/private rsa key pair. rsa_generate_private_key: key generation failed. make: *** [host-key] Error 255 The env variables : CC=cc CFLAGS="-mips3 -n32 -O2" LDFLAGS="-L/usr/local/lib" My configure options are : ./configure --with-privsep-user=sshd --with-ssl-dir=/usr/local/ssl --with-tcp-wrappers=/usr/local/pub/tcp_wrappers_7.6 --with-default-path=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/etc:/usr/etc:/usr/bin/X11:/usr/freeware/bin:/usr/oem/bin
This could be a problem in OpenSSL. Did you compile OpenSSL yourself? If so, please run the "make test" target (or equivalent) and verify it is functioning correctly. Otherwise, try running "openssl dsaparam 1024"
Ok, it was a pb in OpenSSL during compil, now after a recompilation with gcc all works. Thank you.
Mass change of RESOLVED bugs to CLOSED