New kex organisation and user options.
Markus Friedl
markus.friedl at informatik.uni-erlangen.de
Wed May 9 07:53:51 EST 2001
On Tue, May 08, 2001 at 06:16:25PM +0100, Simon Wilkinson wrote:
> With the GSS kex its possible for the user to specify whether they want to
> delegate their credentials to the server or not. This option is used only on
> the client side (and so is specified in the client options structure).
> Previously, when the client and server kex code lived in client/server
> specific files this was fine. With the reorganisation for rekeying, the code
> now lives in generic files which are included by both client and server,
> which appears to make it impossible to use the options structure within the
> key exchange code.
you still can split your own code into
client and server files and extend struct Kex.
-m
More information about the openssh-unix-dev
mailing list