Re: SFTP jcl with proxy server

2021-04-30 Thread Kirk Wolf
pts="$sftp_opts -oProxyCommand='ssh-proxyc 192.168.0.50:1080 %h %p' " . $script_dir/sftp_connect.sh <http://dovetail.com On 4/28/21 5:24 PM, Bill Giannelli wrote: How do specify a proxy server in JCL for SFTP executing BPXBATCH? thanks Bill

Re: SFTP jcl with proxy server

2021-04-30 Thread william giannelli
I am using ProxyCommand. but where do I specify the password? On Fri, Apr 30, 2021 at 8:58 AM william giannelli wrote: > ok "-oProxyCommand" then? > > On Fri, Apr 30, 2021 at 8:51 AM Kurt Quackenbush wrote: > >> On 4/28/2021 6:25 PM, Bill Giannelli wrote: >&g

Re: SFTP jcl with proxy server

2021-04-30 Thread william giannelli
ok "-oProxyCommand" then? On Fri, Apr 30, 2021 at 8:51 AM Kurt Quackenbush wrote: > On 4/28/2021 6:25 PM, Bill Giannelli wrote: > > How do specify a proxy server in JCL for SFTP executing BPXBATCH? > I have no experience using it, but have you considered the > -oPr

Re: SFTP jcl with proxy server

2021-04-30 Thread Kurt Quackenbush
On 4/28/2021 6:25 PM, Bill Giannelli wrote: How do specify a proxy server in JCL for SFTP executing BPXBATCH? I have no experience using it, but have you considered the -oProxyCommand option of sftp? Kurt Quackenbush -- IBM, SMP/E Development Chuck Norris never uses CHECK when he applies PTFs

Re: SFTP jcl with proxy server

2021-04-29 Thread Bill Giannelli
so how do I code it? ProxyCommand? ProxyJump? -X connect -x? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SFTP jcl with proxy server

2021-04-29 Thread Grant Taylor
On 4/28/21 4:58 PM, Paul Gilmartin wrote: set ssh proxy environment variables The "ssh proxy environment variables" causes me to wince. Yes, they are environment variables which used in conjunction with SSH. But, the environment variables aren't used by or referenced by the SSH client

Re: SFTP jcl with proxy server

2021-04-28 Thread Paul Gilmartin
On Wed, 28 Apr 2021 17:24:56 -0500, Bill Giannelli wrote: >How do specify a proxy server in JCL for SFTP executing BPXBATCH? > From: https://gist.github.com/yougg/5d2b3353fc5e197a0917aae0b3287d64 set ssh proxy environment variables https://gist.github.com/yougg/5d2b3353fc5e197a0917aae0b3

SFTP jcl with proxy server

2021-04-28 Thread Bill Giannelli
How do specify a proxy server in JCL for SFTP executing BPXBATCH? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN