ssh-keygen opens NULL filename

Martin MOKREJŠ mmokrejs at natur.cuni.cz
Thu Oct 17 03:35:40 EST 2002


On Wed, 16 Oct 2002, Luc I. Suryo wrote:

>
> > > I have no answer but it works on my system, used Forte C
> > >
> > > 11:07 nc1701[10005] ./ssh-keygen -t dsa -f /tmp/ssh_host_dsa_key -N ""
> > > Generating public/private dsa key pair.
> > > Your identification has been saved in /tmp/ssh_host_dsa_key.
> > > Your public key has been saved in /tmp/ssh_host_dsa_key.pub.
> > > The key fingerprint is:
> > > 64:11:a7:80:a3:ca:dd:06:a6:fe:b0:3b:b9:c3:53:c2 root at nc1701
> >
> > Hi,
> >   it also works for me, if I omit --with-kerberos4=/usr/athena configure
> > option. Or do you use kerberos4 as well? Which version?
>
> ops sorry i do not use kerberos ..:-)

But can you just download it and install the tree into /usr/athena
(default) and compile with it? You can sefaely delete it later on. Thanks:

wget ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.2.tar.gz
gzip -dc krb4-1.2.tar.gz | tar xf -
cd krb4-1.2
./configure --with-readline --with-x \
--with-openssl=/usr/local/openssl --enable-rxkad --enable-shared
make install
cd ../openssh-3.5p1
./configure --prefix=/usr/local --with-kerberos4=/usr/athena \
--with-tcp-wrappers --with-ssl-dir=/usr/local/openssl --without-rsh \
--disable-suid-ssh --with-privsep --with-zlib --with-pam
make
./ssh-keygen -t dsa -f /tmp/ssh_host_dsa_key -N ""

cleanup:
rm -rf /usr/athena

Thanks.
-- 
Martin Mokrejs <mmokrejs at natur.cuni.cz>, <m.mokrejs at gsf.de>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585





More information about the openssh-unix-dev mailing list