http://www.perlmonks.org?node_id=999316


in reply to Re^2: Multilevel SSH
in thread Multilevel SSH

My approach on ServerC would be to run that set of scripts out of cron (or whatever the local equivalent is) and modify the script to send the output to me one way or another.

The "send it to me" methods could be a network share (NFS,CFS,AFS,whatever), an FTP (preferably SFTP) or as a last resort email. If you had an aggregator script on ServerB you could have ServerB pick up the output from a spool directory on ServerC and put it in a local directory. Then ServerA could pick that output up and pull it to its local directory where you could pick it up. Sorta a Rube Goldberg arrangement but I've seen worse.

I make computers work for me... I don't work for them. :-)


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Replies are listed 'Best First'.
Re^4: Multilevel SSH
by davidsnt (Novice) on Oct 17, 2012 at 07:01 UTC

    This approach might not work better for me as the script has to be executed whenever the user needs, I need to provide an interface to the script