Re: SFTP

2012-05-11 Thread Patrick Loftus
Sounds like your linux machine is the client, and connecting to your z/OS system running the IBM FTP server. To use SFTP client on Linux, and connect to your z/OS machine running the SSH daemon, yes, you'll need the SSHD task running. //SSHD PROC //SSHD

Re: SFTP

2012-05-11 Thread Kirk Wolf
Datasets, Catalogs, etc with IBM Ported Tools OpenSSH, try CO:Z SFTP. It is free to use; enterprise license and support agreements are also available. http://dovetail.com/products/sftp.html On Fri, May 11, 2012 at 7:04 AM, Patrick Loftus patrick.lof...@tnt.comwrote: Sounds like your linux

Re: SFTP

2012-05-11 Thread McKown, John
The IBM supplied sftp server will __only__ transfer z/OS UNIX files! NOT legacy datasets. But, wait! There is a solution! Dovetailed Technologies offers a __FREE__ add on for SSH which allows sftp to read/write both legacy datasets and JES (submit jobs and retrieve job output). You can get

Re: SFTP

2012-05-11 Thread Shane Ginnane
On Fri, 11 May 2012 07:29:50 -0500, McKown, John wrote: But, wait! There is a solution! Dovetailed Technologies By jove, that fella must be on a good percentage of the sale price of that software ... ;-) Shane ... -- For

Re: SFTP

2012-05-11 Thread McKown, John
[mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Shane Ginnane Sent: Friday, May 11, 2012 7:41 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SFTP On Fri, 11 May 2012 07:29:50 -0500, McKown, John wrote: But, wait! There is a solution! Dovetailed Technologies By jove, that fella must be on a good

Re: SFTP

2012-05-11 Thread David Crayford
On 11/05/2012 8:41 PM, Shane Ginnane wrote: On Fri, 11 May 2012 07:29:50 -0500, McKown, John wrote: But, wait! There is a solution! Dovetailed Technologies By jove, that fella must be on a good percentage of the sale price of that software ... ;-) You really are a cheeky monkey Shane!

Re: SFTP

2012-05-11 Thread Shane Ginnane
On Fri, 11 May 2012 21:20:34 +0800, David Crayford wrote: ... - but you can't knock *free* software on z/OS, especially when it's of the quality that Dovestail churn. Perish the thought. I don't believe I've ever disparaged Kirk or their software. Our only jousts have probably been the result

Re: SFTP

2012-05-11 Thread David Crayford
On 11/05/2012 9:41 PM, Shane Ginnane wrote: On Fri, 11 May 2012 21:20:34 +0800, David Crayford wrote: ... - but you can't knock *free* software on z/OS, especially when it's of the quality that Dovestail churn. Perish the thought. I don't believe I've ever disparaged Kirk or their software.

Re: SFTP

2012-05-11 Thread Rob Schramm
I have to agree with John. After going thru an exercise doing SFTP without Co:Z and realizing how much the BPXBATCH and scripting interface lacks... 100% recommend using Co:Z. Makes for a much less stressed sysprog. Rob Schramm Senior Systems Consultant Imperium Group On Fri, May 11, 2012

Re: SFTP

2012-05-11 Thread Mark Steely
] On Behalf Of Rob Schramm Sent: Friday, May 11, 2012 10:13 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SFTP I have to agree with John. After going thru an exercise doing SFTP without Co:Z and realizing how much the BPXBATCH and scripting interface lacks... 100% recommend using Co:Z. Makes for a much

Re: SFTP

2012-05-11 Thread McKown, John
place) and install Cygwin, if it is not already installed. On the z/OS system, update the /etc/ssh/sshd_config similar to: #Subsystem.sftp./usr/lib/ssh/sftp-server Subsystem sftp /HealthMarkets/coz/bin/sftp-server.sh Subsystem dspipes /HealthMarkets/coz/bin/dspipes /HealthMarkets/coz/bin is where I

Re: SFTP

2012-05-11 Thread Kirk Wolf
Actually, there are several options for using SSH for transfer of datasets between z/OS and Linux: -- the first two are just SFTP file transfer, and don't require Co:Z on Linux: 1) OpenSSH sftp client on Linux - Co:Z SFTP server on z/OS 2) Co:Z SFTP client on z/OS - OpenSSH sftp server

Re: SFTP

2012-05-11 Thread Paul Gilmartin
On Fri, 11 May 2012 21:20:34 +0800, David Crayford wrote: You really are a cheeky monkey Shane! I've always enjoyed the aussie larakin humour... Is that American Urban, or Strine (var. larrikin)? -- gil -- For IBM-MAIN

SFTP

2012-05-10 Thread Mark Steely
We have a Linux server which grabs files from the mainframe using FTP. We need to use SFTP to get the files. I have the IBM ported tools. Do we need to have the SSHD daemon running to recognize the FTP's or am I going down the wrong path. Or could we use SCP? We are z/os V1r11. Any help

Re: SFTP

2012-05-10 Thread Rob Schramm
Mark, Can you clarify... Is z/OS the client or the server? Rob Schramm Senior Systems Consultant Imperium Group On Thu, May 10, 2012 at 6:19 PM, Mark Steely mark.ste...@wnco.com wrote: We have a Linux server which grabs files from the mainframe using FTP. We need to use SFTP to get

Re: SFTP

2012-05-10 Thread Mark Douglas (CITEC)
system only initiates connections to the remote Linux server, then you do not need SSHD, just SSH setup (ie /etc/ssh/... files as per Ported Tools users guide). 2. I didn't use scp, instead set up ftp style scripts, then invoked them via a shell ssh command in JCL, eg: //STDPARM DD * sh sftp

SSH/SCP/SFTP for CMS version 2.0 available

2012-04-16 Thread David Boyes
Sine Nomine would like to announce the availability of version 2 of our SSH, SCP and SFTP utilities for z/VM and CMS. This version provides several new features, and fixes a number of minor bugs. If you have a maintenance con- tract with us, the new VMARC file has been copied to your

Re: SFTP and FSSEC error

2011-08-25 Thread Mark Jacobs
By defining that resource (as discrete, not generic) you allow users to change ownership of files that they own. Seems like a good fit for the problem you're seeing. Mark Jacobs On 08/24/11 15:36, Bruce Wheatley wrote: Mark, No it's never been defined. Is it recommended for SFTP? Thanks

Re: SFTP and FSSEC error

2011-08-25 Thread Kirk Wolf
Do you see this when running the z/OS sftp client or the sftp-server (IOW, the ssh client or sshd)? If the client, add the option -vvv and post the log. If the server, check syslogd for the sshd daemon for messages. Although there isn't quite enough information to make a good guess, I suspect

SFTP and FSSEC error

2011-08-24 Thread Bruce Wheatley
Wondering what we've missed in setting up for external users to use SFTP transmissions. Similar messages are appearing for different customers. This is the error: ICH408I USER(PAAA123) GROUP(G1234) NAME(CDS FTP ) 888 /tmp/ssh-PAAA123 CL(FSSEC ) FID(009D

Re: SFTP and FSSEC error

2011-08-24 Thread Mark Jacobs
Do you have the CHOWN.UNRESTRICTED profile in the UNIXPRIV class defined in your security product? Mark Jacobs On 08/24/11 14:28, Bruce Wheatley wrote: Wondering what we've missed in setting up for external users to use SFTP transmissions. Similar messages are appearing for different

Re: SFTP and FSSEC error

2011-08-24 Thread Bruce Wheatley
Mark, No it's never been defined. Is it recommended for SFTP? Thanks. Mark Jacobs mark.jac...@custserv.com Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu 08/24/2011 02:47 PM Please respond to IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu To IBM-MAIN@bama.ua.edu cc

Re: SFTP clients and certificates

2011-01-24 Thread Walt Farrell
On Fri, 21 Jan 2011 14:17:42 -0500, Bruce Wheatley bwheat...@cds.ca wrote: So we have set up the SSH server on z/os with it's host key pair in a RACF certificate, z/os SSH client keys in certificates in RACF , but public keys for clients like WINSCP are in /$HOME/.ssh2/authorization. We would

SFTP clients and certificates

2011-01-21 Thread Bruce Wheatley
Question from our sysprog group: Is it true that most SFTP clients do not support certificates? TIA Bruce Wheatley Senior Information Security Analyst The Canadian Depository for Securities Limited 85 Richmond St. W. Toronto, ON M5H 2C9 (416) 365-8417

Re: SFTP clients and certificates

2011-01-21 Thread Kirk Wolf
Bruce, If you mean X.509 certificates, then no - the ssh2 spec does not include support for X.509 *per se*. The ssh2 spec does support public/private key authentication using RSA or DSA keys. *BUT* if you are using either IBM Ported Tools for z/OS OpenSSH 1.2 or Co:Z SFTP with IBM PT 1.1, you

Re: SFTP clients and certificates

2011-01-21 Thread Walt Farrell
On Fri, 21 Jan 2011 08:47:58 -0600, Bruce Wheatley bwheat...@cds.ca wrote: Question from our sysprog group: Is it true that most SFTP clients do not support certificates? I'm not sure they asked the question they really intended, so it would help to know why they are asking the question

Re: SFTP clients and certificates

2011-01-21 Thread Bruce Wheatley
: SFTP clients and certificates On Fri, 21 Jan 2011 08:47:58 -0600, Bruce Wheatley bwheat...@cds.ca wrote: Question from our sysprog group: Is it true that most SFTP clients do not support certificates? I'm not sure they asked the question they really intended, so it would help to know why

Re: SFTP

2010-11-12 Thread Veilleux, Jon L
We get around this by using a copy step to copy SYSIN data to a UNIX file and then point to that file in the sftp step. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Steely Sent: Thursday, November 11, 2010 3:52 PM To: IBM-MAIN

Re: SFTP

2010-11-12 Thread Veilleux, Jon L
12, 2010 7:40 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SFTP We get around this by using a copy step to copy SYSIN data to a UNIX file and then point to that file in the sftp step. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark

Re: SFTP

2010-11-12 Thread Paul Gilmartin
On Fri, 12 Nov 2010 07:58:39 -0500, Veilleux, Jon L wrote: To open this up to some of the IBMers who monitor this list: Why is it that BPXBATCH cannot accept MVS datasets for STDIN and STDENV but AOPBATCH can? You get what you pay for. It's pretty hard to make a business case for moving a

Re: SFTP

2010-11-12 Thread Veilleux, Jon L
Gilmartin Sent: Friday, November 12, 2010 10:34 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SFTP On Fri, 12 Nov 2010 07:58:39 -0500, Veilleux, Jon L wrote: To open this up to some of the IBMers who monitor this list: Why is it that BPXBATCH cannot accept MVS datasets for STDIN and STDENV but AOPBATCH

Re: SFTP

2010-11-12 Thread McKown, John
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Veilleux, Jon L Sent: Friday, November 12, 2010 9:51 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SFTP You're right about STDENV, it doesn't have that restriction anymore. I guess my point is that if they could remove the restriction for the other files

Re: SFTP

2010-11-12 Thread Paul Gilmartin
On Fri, 12 Nov 2010 10:51:07 -0500, Veilleux, Jon L wrote: You're right about STDENV, it doesn't have that restriction anymore. I guess my point is that if they could remove the restriction for the other files in BPXBATCH why not for STDIN? Don't know. I can only conjecture that to make this

Re: SFTP

2010-11-12 Thread Kirk Wolf
Right. A properly written select() loop is the answer, and you don't even need an ancillary process. Kirk Wolf Dovetailed Technologies http://dovetail.com Co:Z Toolkit - free to use; commercial support agreements are also available On Fri, Nov 12, 2010 at 10:23 AM, Paul Gilmartin

Re: SFTP

2010-11-12 Thread Paul Gilmartin
On Fri, 12 Nov 2010 10:40:53 -0600, Kirk Wolf wrote: Right. A properly written select() loop is the answer, and you don't even need an ancillary process. Are you saying the shell command runs in the same process space as select()? Separate threads, perhaps? -- gil

Re: SFTP

2010-11-12 Thread Kirk Wolf
Gil, Sorry, I meant that the utility itself only needs one process, but it still must (local) spawn a logon shell process. The utility doesn't need multiple threads or processes to handle I/O redirection to the shell. Kirk Wolf Dovetailed Technologies http://dovetail.com PS Here is a feature

Re: SFTP

2010-11-12 Thread Paul Gilmartin
On Fri, 12 Nov 2010 13:40:56 -0600, Kirk Wolf wrote: Sorry, I meant that the utility itself only needs one process, but it still must (local) spawn a logon shell process. The utility doesn't need multiple threads or processes to handle I/O redirection to the shell. That utility is what I regard

Re: SFTP

2010-11-12 Thread Kirk Wolf
On Fri, Nov 12, 2010 at 3:17 PM, Paul Gilmartin paulgboul...@aim.comwrote: On Fri, 12 Nov 2010 13:40:56 -0600, Kirk Wolf wrote: Sorry, I meant that the utility itself only needs one process, but it still must (local) spawn a logon shell process. The utility doesn't need multiple threads or

Re: SFTP

2010-11-12 Thread Paul Gilmartin
On Fri, 12 Nov 2010 17:06:52 -0600, Kirk Wolf wrote: Fair enough. But even if it weren't required for I/O redirection, you couldn't use exec() anyway since that would give you a new address space. Sigh. A new address space, with an old PID. z/OS. But are you sure it's a new address space,

SFTP

2010-11-11 Thread Mark Steely
I would like to be able to specify STDIN on my SFTP batch job. The man pages has the following information: -b batchfile Batch mode reads a series of commands from an input batchfile instead of stdin. Because it lacks user interaction, use it in conjunction

Re: SFTP

2010-11-11 Thread Kirk Wolf
Mark, BPXBATCH does not allow you to use DD:STDIN with an MVS dataset (only Unix files). You can, however, use the free Co:Z Toolkit which has: - a replacement for BPXBATCH that works correctly - a replacement for IBM sftp that supports z/OS datasets, among other z/OS extensions. Using

SFTP Ported Tools

2010-09-13 Thread Ken Porowski
Just trying to get this working but the doc leaves much to be desired. Note, our use of SFTP will probably be limited to internal use (Mainframe to a common SFTP server within my network) so I'm not too worried about duplication or sharing keys across multiple users. Q1. Anyone know o a Redbook

Re: SFTP Ported Tools

2010-09-13 Thread Starr, Alan
Hi Ken, I can address some of your questions. I'm doing this from memory because I don't have the time to look everything up, so some names may be a bit off. I apologize in advance for any errors. We use sftp and keys for transfers between Linux/Unix and the mainframe. For mainframe

Co:Z Toolkit / SFTP new release

2010-02-09 Thread Kirk Wolf
FYI, we released a new version of the (free) Co:Z Toolkit (1.5.3) which includes: * Enhanced Co:Z SFTP to provide an interface to z/OS JES job status and spool files * Enhanced saf-ssh-agent with a new option (-c) that accepts a command (such as ssh) to run as a child process so that it can

Fwd: Dovetailed Technologies Webinar: Using SFTP on the z/OS Platform

2009-11-23 Thread Scott
Dovetailed Technologies was sensible enough not to spam the mailing lists with their company propaganda. However, I don't work for them and I think this is worthwhile enough to tell everyone about. So, I will--Please don't hate me. Every week or so, people ask questions about doing SFTP

Re: SFTP and SCP

2009-11-13 Thread Peter Vander Woude
Another option is the Tectia SSH server for z/OS (www.ssh.com) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at

Re: SFTP and SCP

2009-11-13 Thread Scott
It's really expensive. I like that company and their software. The Co:Z SFTP package is rolling out support for RACF SSL/TLS certificates, which is outstanding. If SSH doesn't do this, that alone would be a deal breaker for me. Scott On Fri, Nov 13, 2009 at 5:33 AM, Peter Vander Woude pwo

SFTP and SCP

2009-11-12 Thread Juergen Keller
hi all, does anyone have positive experience with software supporting SFTP and SCP on mainframe? We already looked at Connect:Direct and Axway Synchrony Transfer. Maybe there exists more comfortable software including sequential scheduling. Thanks in advanced Juergen

Re: SFTP and SCP

2009-11-12 Thread Jim Wangler
Subject: SFTP and SCP hi all, does anyone have positive experience with software supporting SFTP and SCP on mainframe? We already looked at Connect:Direct and Axway Synchrony Transfer. Maybe there exists more comfortable software including sequential scheduling. Thanks in advanced Juergen

Re: SFTP and SCP

2009-11-12 Thread Hal Merritt
Keller Sent: Thursday, November 12, 2009 6:49 AM To: IBM-MAIN@bama.ua.edu Subject: SFTP and SCP hi all, does anyone have positive experience with software supporting SFTP and SCP on mainframe? We already looked at Connect:Direct and Axway Synchrony Transfer. Maybe there exists more comfortable

Re: SFTP and SCP

2009-11-12 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Hal Merritt Sent: Thursday, November 12, 2009 8:06 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SFTP and SCP In this context, (s)FTP is just a batch job (for outbound) and a dataset

Re: SFTP and SCP

2009-11-12 Thread Joel Wolpert
-boerse.com Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@bama.ua.edu Sent: Thursday, November 12, 2009 7:48 AM Subject: SFTP and SCP hi all, does anyone have positive experience with software supporting SFTP and SCP on mainframe? We already looked at Connect:Direct and Axway Synchrony Transfer

Re: SFTP and SCP

2009-11-12 Thread Scott
To: IBM-MAIN@bama.ua.edu Sent: Thursday, November 12, 2009 7:48 AM Subject: SFTP and SCP hi all, does anyone have positive experience with software supporting SFTP and SCP on mainframe? We already looked at Connect:Direct and Axway Synchrony Transfer. Maybe there exists more comfortable

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-27 Thread Charles T. Lester
Kirk is correct. The instructions were designed to step someone through the process of creating both the user keys and getting both them and the (already established) host keys set up in the proper locations on both systems to allow jobs containing non-interactive sftp sessions to transfer data

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-21 Thread Kirk Wolf
=no] [ batchScriptFile] with the square brackets having the standard meanings. After that, we were able to run sftp from JCL with: sftp [-b batchscriptfile][...@]boxname -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kirk Wolf Sent

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-20 Thread Charles T. Lester
. After that, we were able to run sftp from JCL with: sftp [-b batchscriptfile][...@]boxname -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Wednesday, July 15, 2009 6:04 PM To: IBM-MAIN@bama.ua.edu Subject: Re: z

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-17 Thread Mark Post
, your problem is that password authentication cannot be done in batch, only in interactive mode. The man page for sftp confirms this. If you want to run in batch, you _must_ use publickey authentication. Mark Post -- For IBM

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-17 Thread Mark Post
On 7/16/2009 at 5:30 PM, Hal Merritt hmerr...@jackhenry.com wrote: We think it is an either or, so turning one on turns the other off: Nope. You would need to specify PubkeyAuthentication no either on the command line or in the global ssh_config, or ~/.ssh/config. In this case, however,

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-17 Thread Kirk Wolf
It depends on what you mean by batch.You can absolutely get sftp to work in a z/OS batch job using SSH_ASK_PASS. I provided an example earlier in this thread, and others have posted similar examples. On Fri, Jul 17, 2009 at 10:36 AM, Mark Postmp...@novell.com wrote: On 7/16/2009 at  4:32

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-17 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Post Sent: Friday, July 17, 2009 10:37 AM To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? On 7/16/2009

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-17 Thread Mark Post
On 7/17/2009 at 11:41 AM, McKown, John jmck...@healthmarkets.com wrote: -snip- And doesn't this require that you not have a passphrase? I have used Co:Z in the past to schedule work on my Linux box via SSH from a batch job. But I had to create a keyfile with no passphrase on it. Yes, so

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Hal Merritt
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Wednesday, July 15, 2009 5:04 PM To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? ssh (used by sftp) won't work unless *host* keys

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Kirk Wolf
- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Wednesday, July 15, 2009 5:04 PM To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? ssh (used by sftp) won't work unless

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Leonard Sasso
- SFTP - Disable Publickey Authentication and only use Password? Its shouldn't be too difficult to figure out. What port are they using? 21 - FTP, 990 - FTPS, 22 - ssh, etc. Another alternative is to telnet into the port and press enter... you wil usually see something that hints

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Kirk Wolf
...@dovetail.com Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu 07/16/2009 10:19 AM Please respond to IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu To IBM-MAIN@bama.ua.edu cc Subject Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? Its

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Leonard Sasso
to IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu To IBM-MAIN@bama.ua.edu cc Subject Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? Port 10022 is not a standard port AFAIK. Per my previous suggestion, what do you see when you telnet into that port

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Leonard Sasso
Anyone know what is wrong with the following? //SFTP EXEC PGM=BPXBATCH, // PARM=('PGM /bin/sftp -v slae...@gis.cms.hhs.gov -F /u/home/sa10$ // .ssh/config') It generated the following: .usage: sftp .-vC1. .-b batchfile. .-o option. .-s subsystem|path. .-B buffer_size

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Hal Merritt
Subject: Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? Anyone know what is wrong with the following? //SFTP EXEC PGM=BPXBATCH, // PARM=('PGM /bin/sftp -v slae...@gis.cms.hhs.gov -F /u/home/sa10$ // .ssh/config') It generated the following

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Leonard Sasso
To IBM-MAIN@bama.ua.edu cc Subject Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? I think you have a syntax error in the parm. I would not split/continue any argument as you did with -F. -Original Message- From: IBM Mainframe Discussion List

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Kirk Wolf
Per the usage description, the u...@host parameter needs to be last. On Thu, Jul 16, 2009 at 1:17 PM, Leonard Sassolsa...@csc.com wrote: Anyone know what is wrong with the following? //SFTP     EXEC PGM=BPXBATCH, //   PARM=('PGM /bin/sftp -v slae...@gis.cms.hhs.gov -F /u/home/sa10

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Leonard Sasso
Discussion List IBM-MAIN@bama.ua.edu To IBM-MAIN@bama.ua.edu cc Subject Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? Per the usage description, the u...@host parameter needs to be last. On Thu, Jul 16, 2009 at 1:17 PM, Leonard Sassolsa...@csc.com

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-16 Thread Hal Merritt
Subject: Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? Worked, Thank you very much ! Do you know how to Disable Publickey Authentication using the command line options? I look forward to your response. Thank You. Len Sasso RDC Operations - Systems

z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-15 Thread Leonard Sasso
to invoke SFTP to transfer a file to an external site. The external site does not require any Authentication. How do I Disable the Publickey Authentication and only use the Password? Below are the Execution JCL, Configuration file and Job Output

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-15 Thread Bill Godfrey
On Wed, 15 Jul 2009 09:52:17 -0400, Leonard Sasso wrote: I have a Mainframe Batch Job executing the BPXBATCH program to invoke SFTP to transfer a file to an external site. The external site does not require any Authentication. How do I Disable the Publickey Authentication and only use

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-15 Thread Leonard Sasso
To IBM-MAIN@bama.ua.edu cc Subject Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? On Wed, 15 Jul 2009 09:52:17 -0400, Leonard Sasso wrote: I have a Mainframe Batch Job executing the BPXBATCH program to invoke SFTP to transfer a file to an external site

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-15 Thread Bill Godfrey
The sftp command, by design, does not allow a password to be specified anywhere except from an interactive prompt. You will probably have to use authentication keys instead. There are many places on the web that discuss how to set up the keys. One example is here: http://www.sshkeychain.org

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-15 Thread Hal Merritt
: Wednesday, July 15, 2009 11:59 AM To: IBM-MAIN@bama.ua.edu Subject: Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password? The external site (CMS) has informed us they don't require any authentication of keys (public and private). Thank You. Len Sasso RDC

Re: z/OS Mainframe - SFTP - Disable Publickey Authentication and only use Password?

2009-07-15 Thread Kirk Wolf
ssh (used by sftp) won't work unless *host* keys are exchanged when the session is setup. The client has a little database of known host keys and will fail if the server has a different key. A configuration option allows the OpenSSH client to accept a new host key automatically, otherwise

SFTP to/from z/OS datasets with Tectia

2009-04-20 Thread Patrick O'Keefe
Sorry if this is a dupliccate posting. I think my first attempt went into the bit bucket. One of my coworkers has been asked to evalutate the Tectia Server for z/OS as a way to do SFTPs to/from z/OS datasets.He can read the manuals, but is more interested in what users think of the product.

Re: SFTP to/from z/OS datasets with Tectia

2009-04-20 Thread Brian Peterson
Just in case you hadn't heard about this, here's an alternative for your consideration: http://dovetail.com/products/sftp.html Brian On Mon, 20 Apr 2009 11:22:48 -0500, Patrick O'Keefe wrote: Sorry if this is a dupliccate posting. I think my first attempt went into the bit bucket. One of my

Re: SFTP to/from z/OS datasets with Tectia

2009-04-20 Thread Patrick O'Keefe
On Mon, 20 Apr 2009 12:53:55 -0500, Brian Peterson brian.peterson.ibm.m...@comcast.net wrote: Just in case you hadn't heard about this, here's an alternative for your consideration: http://dovetail.com/products/sftp.html ... I have seen mention of that. That may be the next step, but as I

Dovetail SFTP (was: Ported tools and SSH)

2009-04-09 Thread Paul Gilmartin
On Thu, 9 Apr 2009 15:03:03 -0500, John McKown wrote: Yes, you need Dovetailed Technologies' version of sftp to do sftp to/from z/OS legacy datasets. http://dovetail.com/products/sftp.html How does it do it? (What encoding does it use: TSO TRANSMIT? AMATERSE? ADRDSSU? Other (specify

Re: Dovetail SFTP (was: Ported tools and SSH)

2009-04-09 Thread John McKown
On Thu, 9 Apr 2009 15:37:12 -0500, Paul Gilmartin paulgboul...@aim.com wrote: On Thu, 9 Apr 2009 15:03:03 -0500, John McKown wrote: Yes, you need Dovetailed Technologies' version of sftp to do sftp to/from z/OS legacy datasets. http://dovetail.com/products/sftp.html How does it do it? (What

Re: Dovetail SFTP (was: Ported tools and SSH)

2009-04-09 Thread Kirk Wolf
Paul, I'm that you are aware, but for others it should be again stated that SSH SFTP is not the same as FTP at all. z/OS FTP has several platform-exploitation advantages over SSH SFTP for z/OS to z/OS transfers, but some of the things that you ask about obviously don't apply when using z/OS SSH

OpenSSH SFTP client support for MVS datasets

2008-10-22 Thread Kirk Wolf
We are pleased to announce today that we are releasing version 1.1.0 of the (free) Co:Z Co-processing Toolkit for z/OS. This release includes a port of OpenSSH sftp client for z/OS which adds support for MVS datasets, catalogs, partitioned datasets, etc. The sftp client may be used interactively

OpenSSH SFTP support for MVS datasets

2008-09-29 Thread Kirk Wolf
We are pleased to announce today that we are releasing version 1.0.9-Beta of the Co:Z Co-processing Toolkit for z/OS. Major additions to this release include: 1) A new port of OpenSSH sftp-server for z/OS which adds support for MVS datasets, catalogs, partitioned datasets, etc. This module

Re: sFTP from/to z/OS best practices

2008-08-25 Thread Jack Kelly
snip We need to set up some type of area that our users (user's) can each place their files but that can't be accessed by the other outside users. unsnip You may want to look at access ACLs in the OMVS directory. Also the [EMAIL PROTECTED] list may be more informative. Jack Kelly 202-502-2390

sFTP from/to z/OS best practices

2008-08-22 Thread Yukus, Mary J CIV USMEPCOM
Hi Everyone, I'm looking for some advice on how best to set up users. We are using the SSH version (under INETD). Right now we have successfully set up JCL to copy files from z/OS to an OMVS directory and then using sftp, PUT it to another server. We have also successfully set up JCL to use

Re: SFTP GET COMMAND QUESTION

2008-07-10 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM Sent: Wednesday, July 09, 2008 6:55 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SFTP GET COMMAND QUESTION Thanks, these look like good possibilities. I got some

Re: SFTP GET COMMAND QUESTION

2008-07-10 Thread Bill Godfrey
- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM Sent: Wednesday, July 09, 2008 6:55 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SFTP GET COMMAND QUESTION Thanks, these look like good possibilities. I got some help on the z/Linux forum from

SFTP GET COMMAND QUESTION

2008-07-09 Thread Yukus, Mary J CIV USMEPCOM
I have a question regarding the GET command for FTP. We have a file that comes from UNIX (AIX) to zLINUX through an SFTP. We need to get it to z/OS via FTP (not SFTP). The SFTP file contains the new line character, but not the end of line character. When the GET command is issued (via JCL on z

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM Sent: Wednesday, July 09, 2008 2:16 PM To: IBM-MAIN@BAMA.UA.EDU Subject: SFTP GET COMMAND QUESTION I have a question regarding the GET command for FTP. We

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread Hal Merritt
than most other flavors out there. HTH. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM Sent: Wednesday, July 09, 2008 2:16 PM To: IBM-MAIN@BAMA.UA.EDU Subject: SFTP GET COMMAND QUESTION I have a question

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread Yukus, Mary J CIV USMEPCOM
Subject: Re: SFTP GET COMMAND QUESTION -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM Sent: Wednesday, July 09, 2008 2:16 PM To: IBM-MAIN@BAMA.UA.EDU Subject: SFTP GET COMMAND QUESTION I have a question regarding

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread Richard Peurifoy
Yukus, Mary J CIV USMEPCOM wrote: I'm not sure about hex, but when you look at it in Octal (in Linux), on FTP'd file there is a \r (or CR value) followed by a \n (or LF value). On the SFTP'd file, there is only a \n (LF value). That is where it gets lost. The \n is supposed to be the LF but

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Yukus, Mary J CIV USMEPCOM Sent: Wednesday, July 09, 2008 3:46 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SFTP GET COMMAND QUESTION I'm not sure about hex, but when you look at it in Octal

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread Yukus, Mary J CIV USMEPCOM
No, it was binary from UNIX to LINUX by default during the SFTP process, but then it is using FTP to get it from LINUX to z/OS which the default is ASCII. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Richard Peurifoy Sent: Wednesday, July

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread Yukus, Mary J CIV USMEPCOM
Thanks, these look like good possibilities. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Hal Merritt Sent: Wednesday, July 09, 2008 3:15 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: SFTP GET COMMAND QUESTION The 2 of 3 consensus here is: yes

Re: SFTP GET COMMAND QUESTION

2008-07-09 Thread Bill Godfrey
to LINUX by default during the SFTP process, but then it is using FTP to get it from LINUX to z/OS which the default is ASCII. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Richard Peurifoy Sent: Wednesday, July 09, 2008 4:05 PM To: IBM-MAIN

Re: sFTP from/to z/OS

2008-06-19 Thread Timothy Sipples
You might want to use FTPS as the shorthand name for FTP/TLS or FTP/SSL. SFTP often refers to SSH file transfer protocol. (And FTP over SSH is yet a third choice, as mentioned.) At least, that seems to be what Wikipedia thinks in terms of keeping the naming straight, so it must be true, right

  1   2   >