I have a couple of processes that run one on a production box and another on a test box. The production box script checks that a particular file is never more than 40 minutes old while on the test box, this checks that the actual polling processes ( in this case three pollers ) also are never more that 40 mminutes old. Each poller does it's work and then the last action it does is open a file as output and closes.
This has worked very over the last few years, but now with the movement to Linux, they want secure checking and uncertain what I am doing wrong ( or even right for that matter ). I am running under XP SP 2, AS 5.8.8(build 824). I am attempting login via SFTP to pull up the file so I can check it's stats. What I get in my output log is: IT2ua815132X: Reading configuration data C:/Documents and Settings/drw6386/.ssh/config IT2ua815132X: Reading configuration data /etc/ssh_config IT2ua815132X: Connecting to dhprltest.hro.freight.fedex.com, port 22. IT2ua815132X: Remote version string: SSH-1.99-OpenSSH_3.6.1p2 IT2ua815132X: Remote protocol version 1.99, remote software version OpenSSH_3.6.1p2 Math::BigInt: couldn't load specified math lib(s),fallback to Math::BigInt::FastCalc at C:/Perl/site/lib/Crypt/DH.pm line 6 IT2ua815132X: Net::SSH::Perl Version 1.30, protocol version 2.0. IT2ua815132X: No compat match: OpenSSH_3.6.1p2. I have checked both locations ( PC and Linux ) and neither of those configuration files exist. Obviously I am trying to do this in batch/monitoring mode ( no interaction ). Any insights or thoughts on how one approach this would be greatly appreciated? Note: This is a working poller for FTP and not something new. Only trying to get secure processing is new. If you have any questions and/or problems, please let me know. Thanks. Wags ;) David R. Wagner Senior Programmer Analyst FedEx Freight 1.408.323.4225x2224 TEL 1.408.323.4449 FAX http://fedex.com/us -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/