On Fri, Jun 27, 2003 at 12:16:13PM -0500, James Melin wrote: > I SSH into the box all the time. The problem would become manifest if I try > to have an automation task from os/390 logon and attempt to do anything. I > don't have SSH available on os/390 2.10. Is there a version of Z/os where i > can do something SSH-like instead of telnet or are we still stuck with the > not quite satisfactory open ssh thing?
telnet is not for scripting. Heck, nc would probably do a better job. rsh is the insecusre and less friendly equivalent of ssh that can be used for scripts. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+
