[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: key exchange fails in ssh_connect using libssh 0.10.4
[Thread Prev] | [Thread Next]
- Subject: Re: key exchange fails in ssh_connect using libssh 0.10.4
- From: Norbert Pocs <npocs@xxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 10 Jan 2023 14:28:41 +0100
- To: libssh@xxxxxxxxxx
- Cc: Jijo Thomas <jijo7thomas@xxxxxxxxx>
On Tue, Jan 10, 2023 at 2:23 PM Andreas Schneider <asn@xxxxxxxxxxxxxx> 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
key exchange fails in ssh_connect using libssh 0.10.4 | Jijo Thomas <jijo7thomas@xxxxxxxxx> |
Re: key exchange fails in ssh_connect using libssh 0.10.4 | Norbert Pocs <npocs@xxxxxxxxxx> |
Re: key exchange fails in ssh_connect using libssh 0.10.4 | Jijo Thomas <jijo7thomas@xxxxxxxxx> |
Re: key exchange fails in ssh_connect using libssh 0.10.4 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |