On Sun, Nov 23, 2008 at 16:17, monnappa appaiah <[EMAIL PROTECTED]> wrote: > i forgot to mention that, i'l be running the script from the windows machine > ..........so pls let me know the module which can login to cisco devices > using ssh, execute certain commands and give me the output. > > Thanks, > Monnappa > > On Sun, Nov 23, 2008 at 11:51 PM, monnappa appaiah <[EMAIL PROTECTED]>wrote: > >> Hi all, >> >> I'm looking for a module which can login to cisco devices using >> ssh, execute certain commands and give me the output.............can >> somebody suggest me >> the module which is best suitable for loggin into cisco devices via ssh. >> >> >> Thanks, >> Monnappa >> >> >
If I remember correctly the problem with Cisco devices is that they can't do key based authentication. That means you can't use Net::SSH (which only works with key based auth). Unfortunately, Net::SSH seems to be the only SSH module that works with Activestate (according to them*). * http://ppm.activestate.com/BuildStatus/5.8-N.html -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/