TelnetDLX with Cisco PIX and SSH (wodSSH / wodSSH.NET)

by Tony, (7448 days ago)

Has anyone run across this problem? I'm using wodTelnetDLX and whenever I use either version of SSH or any emulation type to connect to a Cisco PIX firewall it will authenticate and give me the standard > prompt but after that no data passes. The control is still in a connected state and it doen't generate any errors it just won't send anything to the PIX (either via manual typing or .send method) and it doesn't receive any data. I can manually disconnect and reconnect and it will log in again just fine then stop again. I can connect to any other SSH servers (Netscreen, Unix, Linux) just fine with no problems. I've tried it on three different PIX's with the same results. Anyone run across this before?

locked

Re: TelnetDLX with Cisco PIX and SSH

by Jasmine, (7447 days ago) @ Tony

Tony,

can you paste some code. When you call Send method, how do you send newline char(s)?

locked

Re: TelnetDLX with Cisco PIX and SSH

by Tony, (7447 days ago) @ Jasmine

I issue a .send data & vbCrLf which on other connections will actually send and shows up on the screen but on the PIX it never shows up...almost like the PIX is ignoring the data but it is still connected.

Tony,

can you paste some code. When you call Send method, how do you send newline char(s)?

locked

Re: TelnetDLX with Cisco PIX and SSH

by Jasmine, (7447 days ago) @ Tony

Tony, can you change vbCrLf to vbLf? Does that help?

locked

Re: TelnetDLX with Cisco PIX and SSH

by Tony, (7447 days ago) @ Jasmine

Tony, can you change vbCrLf to vbLf? Does that help?

No, that did not seem to help.

Tony

locked

Re: TelnetDLX with Cisco PIX and SSH

by Jasmine, (7446 days ago) @ Tony

Fixed as 2.1.2.7. Please download again.

locked