Ok perl gurus,

I am using the Net::SSH::Perl module for remote system maintenance. Has
anyone figured out a way to change the timeout value for the ssh connection.
The only thing I found remotely close to this is the option,
ConnectionAttempts, which is the number of tries to make per second, however
each one must time out it seems. The timeout is looooonng, about 2 minutes.

I maintain over 100 remoter servers and constantly am checking things via
this module, however on even given day, it is almost a gurantee that one of
our 60 frame relay circuits will be down, causing a long pause in my
scripts.

There has to be some way of setting this timeout. If not built in to SSH,
maybe a way to put this in some fancy while loop and time it within the perl
script.

Does anyone have any ideas?

Thanks,
CC



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to