Re: net::ssh::Perl connecting to f-secure ssh server



Tweetie Pooh <brj601553@xxxxxxx> wrote in
news:Xns99C55D150BE6BTweetiePooh@xxxxxxxxxxxxxx:

Hi,

I asked this on the wonderful Perlmonks site and am repeating here
incase the one with the answer is here and not there....

We need to write a script that will connect to a softswitch
(Ericsson), run commands retrieving output to files and sometimes
using some of that output as parameters to more commands.

The softswitch runs on Windows NT server and uses F-Secure 3.2.0. The
client box will be Solaris with Perl 5.8.8.
<snip>

Note that I am effectively connecting to an application rather than a
true shell.


For information I have a solution. Tried Net::SSH::Expect and hit same
issue but this module has a method to change the command terminator and
comments that some systems want to see a \r\n rather than the normal \n on
Unix boxen. Tried this and it works. Flipping windows.

PTL
.