Posh-SSH
Posh-SSH copied to clipboard
Posh-SSH cannot connect to AudioCodes Mediant 2600
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
Posh-SSH to AudioCodes - No Key Exchange
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
looks like #442
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.
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?
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