On Fri, 22 Feb 2008 11:17:13 -0500, Jon Brock <[EMAIL PROTECTED]> wrote: >Ideally, I would like to be able to set up a batch job that can be run >under scheduler control to transmit this file when it is generated. If >I am reading the correct information, though, it is not possible to do >this in batch mode using ID/password authentication. Can anyone say >whether this is correct? Am I going to need to get the remote server to >add our keys to their setup?
Yes, you are correct. You have to run ssh-keygen on the local system (to generate public and private keys) and have the admin on the remote server load the public key to his authorized_keys directory. This is all discussed in Chapter 5 (see p. 30-31) of z/OS IBM Ported Tools for z/OS Users Guide (SA22-7985-04). HTH...Dave ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

