Posh-SSH icon indicating copy to clipboard operation
Posh-SSH copied to clipboard

Posh-SSH cannot connect to AudioCodes Mediant 2600

Open finnslossdc opened this issue 1 year ago • 4 comments

I'm trying to connect to an AudioCodes Mediant 2600 device, but Posh-SSH just times out.

If I connect to the device in PuTTY, there are packets exchanged about the client and server protocols, then the Key Exchange Init happens, and it connects OK.

When I try to connect with Posh-SSH, the client and server protocols are exchanged, but no Key Exchange Init happens. It appears that Posh-SSH does not start the Key Exchange process.

PuTTY to AudioCodes - Working OK

PuTTY to AudioCodes OK

Posh-SSH to AudioCodes - No Key Exchange

Posh-SSH to AudioCodes NOK

The error received is: New-SSHSession: Session operation has timed out

I'd love to be able to automate processes on these systems, so would love your help in getting this connection to work!

What extra information do you need to help identify the problem?

Thanks, Finn

finnslossdc avatar Apr 06 '23 17:04 finnslossdc

looks like #442

MVKozlov avatar Apr 10 '23 07:04 MVKozlov

Yep, from the PowerShell I can not modify the base library communication. Sadly the PR that someone proposed now has a bunch of conflicts, and tests are not passing. One of the main reasons I avoid bringing over PRs since it is a lot of work to then maintain for a side project I only interact with a couple of times every trimester.

darkoperator avatar Apr 11 '23 11:04 darkoperator

Are you saying that there is a PR for Renci.SSHNet that is in conflict?

Are we waiting for the SSHNet module to be updated before these devices (AudioCodes / Some Cisco devices) will work with Posh-SSH?

finnslossdc avatar Apr 26 '23 10:04 finnslossdc

Yes, im waiting for the library to fix the PR and accepts it in to their development branch before I can add it in to the module

darkoperator avatar Apr 26 '23 13:04 darkoperator