I have inherited a GUI application that does many things. My issue at this time is that it tails some log files on different servers using rsh, which has now been disabled on these servers.
I would like to use Net::SSH but need help. The application takes input from the log files, filters out the more mundane lines and displays them in the GUI. What would be the best way to approach this with SSH (or is there a better solution)
Thanks
In reply to Using SSH
by vcjae00