• Question about Kex Algorithms

    From Camila Lui@21:1/5 to All on Thu Feb 9 10:44:47 2023
    Hello,

    I would like to know if anyone had experienced issues using different Kex algorithms to establish SSH connections.

    Any luck using ecdh-sha2-nistp256 on Nonstop systems? This is one of the "available" Kex that jsch library supports, but no luck so far.

    Thank you

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From j-marcus@pacbell.net@21:1/5 to All on Fri Feb 10 15:15:28 2023
    The HPE NonStop SSH Reference Manual does not list it as one of the supported Kex algorithms. I tried configuring it on my H06.29.00 system and the SSH server would not accept it as a valid choice. If you don’t specify anything the server configuration,
    the default choices are diffie-hellman-group-exchange-sha256 and diffie-hellman-group14-sha1.

    Jon Marcus

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to Camila Lui on Fri Feb 10 20:05:26 2023
    On Thursday, February 9, 2023 at 1:44:49 p.m. UTC-5, Camila Lui wrote:
    Hello,

    I would like to know if anyone had experienced issues using different Kex algorithms to establish SSH connections.

    Any luck using ecdh-sha2-nistp256 on Nonstop systems? This is one of the "available" Kex that jsch library supports, but no luck so far.

    Thank you

    As far as I know, jsch is no longer supported (sadly because losing it causes additional work to convert, but that happens). It has been replaced by Apache MINA in recent ECLIPSE versions.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)