Exactly Mauro... I want a way to run some execs on another ssi member... Whithout need logon.. ssicmd just execute cp commands...
Em 25 de jan de 2018 19:14, "Mauro Souza" <[email protected]> escreveu: > I think Roger wants to execute REXX scripts on zVM servers. They already > have Ansible in place, if I am not mistaken. And they have a handful of zVM > systems on a bunch SSI systems and a couple CECs. > > On Jan 25, 2018 16:51, "Rick Troth" <[email protected]> wrote: > > > On 01/25/2018 01:39 PM, Rogério Soares wrote: > > > There is any free option to execute execs or rexx scripts on remote > > > systems? I dont want to use rexec option > > > > On Linux? SSH ... always. > > > > SSH was created to close the security holes in "the R suite" (RSH and > > REXEC). It does what they did but over a secured session. > > > > An 'ssh' command with only the target host as an argument starts an > > interactive session, and requests allocation of a pseudo terminal on the > > target. > > > > An 'ssh' command with target and additional arguments runs the > > additional arguments as a command on the target. The return code from > > the local 'ssh' program will be that of the remote command, so there's > > your scripting. Is that what you wanted? > > > > There's more. Lots more. > > > > -- R; <>< > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > For LINUX-390 subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO LINUX-390 or > > visit > > http://www.marist.edu/htbin/wlvindex?LINUX-390 > > ---------------------------------------------------------------------- > > For more information on Linux on System z, visit > > http://wiki.linuxvm.org/ > > > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
