On Tue, Jan 10, 2023 at 2:23 PM Andreas Schneider <a...@cryptomilk.org> wrote:
> On Monday, 9 January 2023 21:08:08 CET Jijo Thomas wrote: > > Thank you Norbert Pócs. > > I could add the missing default algorithms in kex.c and proceed. > > Why not just add it with ssh_options_set()? > > ssh_options_set(session, SSH_OPTIONS_KEY_EXCHANGE, "+diffie-hellman-group- > exchange-sha1,+diffie-hellman-group14-sha1"); > The '+' feature is not in 0.10 versions, only in master for now. But yes, the algos can be listed there (without the +) Regards Norbert Pócs