> REXEC -l vanbredt -p kaliannr 172.19.208.10 batch /hwwd/clbsc.sh > READY
Side note (not the cause of this problem): DNS is important if you're going to use the REXEC server and client. IP addresses change frequently and what little security there is in the r-commands is based on IP address or host name. names seldom change; addresses often do. Good idea to get the Linux machine into DNS. > The result we get is : > > EZA4801I MVS TCP/IP REXEC CS V1R6 > EZA4810E The call to rexec_af() function failed: > EZA4744I Foreign host aborted the connection. > > Conclusion : > I assume the TCP/IP error is on the "Destination" side ? The Linux server must have the ancient Berkeley-derived rexecd installed, not the SSH replacement rexecd, in order for MVS REXEC to work. Most Linux distributions don't install rexecd because it's a gaping bleeding security wound. If you are using the SSH in the MVS ported tools, you use the normal ssh syntax, eg: 'ssh 172.192.208.10 -i <identity> -p <xxxx> /hwwd/clbsh.sh' or something of that sort. ---------------------------------------------------------------------- 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
