Displaying 1 result from an estimated 1 matches for "couannette".
2004 Mar 02
1
openssh 3.8p1 on Linux
...2, gcc 3.2.3. I have an AMD uP.
I tried to debug sshd with gdb but I can't find any clue at this stage.
strace tells me that sshd, after opening /etc/ssh/ssh_host_key calls
read with size=0 ( read(3, "", 0) = 0 ). That sounds weird, isn't it ?
Please help, thank you in advance,
Couannette
Log:
root at bubus /usr/src/openssh-3.8p1 # make tests
(cd openbsd-compat && make)
make[1]: Entering directory `/usr/src/openssh-3.8p1/openbsd-compat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/openssh-3.8p1/openbsd-compat'
BUILDDIR=`pwd`; \
[...