AddKeysToAgent break local forwarding (and possibly more)

Damien Miller djm at mindrot.org
Wed Nov 18 19:46:30 AEDT 2015


On Wed, 18 Nov 2015, Christian Hesse wrote:

> Christian Hesse <list at eworm.de> on Wed, 2015/11/18 08:57:
> > Hello everybody,
> > 
> > current git breaks local forwarding (and possibly more). Looks like the
> > option in ignored completely. I bisected the issue and found this commit to
> > be the culprit:
> > 
> > commit f361df474c49a097bfcf16d1b7b5c36fcd844b4b
> > Author: jcs at openbsd.org <jcs at openbsd.org>
> > Date:   Sun Nov 15 22:26:49 2015 +0000
> 
> I was kind of wrong. After a
> 
> $ make clean
> $ make ssh
> 
> everything works as expected. Looks like readconf.o was not regenerated after
> readconf.h changed... That made ssh read the wrong value from struct Options.
> 
> But possibly the build system needs some tweaking. Object files should be
> regenerated after header files changed, no?

Yes, they should but I never implemented makedepend generation because
I couldn't get it working cross-platform. I'd love someone to take another
try at it.

-d



More information about the openssh-unix-dev mailing list