netcat for z/OS?

2024-01-11 Thread Frank Swarbrick
Is there a netcat or netcat-like tool for z/OS? Something that can connect to an HTTP proxy? The goal is to tunnel an SSH session through an HTTPS proxy. For example, this works on Linux: ssh -o "ProxyCommand nc -X connect -x myproxy:3128 %h %p" g...@ssh.github.com -p 443 I need nc or

Re: ChangeMan ZMF and CSSMTP to send email notifications

2024-01-11 Thread Mark Regan
I did get a response. I am waiting for further details about what that will entail. ​Regards, Mark Regan -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lionel B. Dyck Sent: Thursday, January 11, 2024 14:09 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ChangeMan ZFS

Re: SSH tunneling for unattended process.

2024-01-11 Thread Kirk Wolf
"You may wonder why you might need -R. The SSH command exposes identification (e.g. userid & password). -L exposes a z/OS userid & password on each TN3270 computer which is not easily protected. -R exposes Unix/Windows userid/password on z/OS where you can fully protect them in 1 location and

Re: SSH tunneling for unattended process.

2024-01-11 Thread Rick Troth
bottom posting ... refreshing ... sincerely On 1/11/24 14:08, Jon Perryman wrote: On Thu, 11 Jan 2024 09:47:45 -0600, Kirk Wolf wrote: Did I say anything about using passwords for ssh? Again, this has nothing to do with your assertion that using tn3270 over a ssh tunnel would expose the

Re: ChangeMan ZFS and CSSMTP to send email notifications

2024-01-11 Thread Lionel B. Dyck
With Vendor support like that . . . . . Lionel B. Dyck <>< Github: https://github.com/lbdyck “Worry more about your character than your reputation. Character is what you are, reputation merely what others think you are.” - - - John Wooden -Original Message- From: IBM Mainframe

Re: SSH tunneling for unattended process.

2024-01-11 Thread Jon Perryman
On Thu, 11 Jan 2024 09:47:45 -0600, Kirk Wolf wrote: >Did I say anything about using passwords for ssh? >Again, this has nothing to do with your assertion that >using tn3270 over a ssh tunnel would expose the userid and password. This thread is specifically about using ssh tunnel to provide

Re: ChangeMan ZFS and CSSMTP to send email notifications

2024-01-11 Thread Mark Regan
To restate. In our case, ChangeMan ZFS is functioning as an SMTP client, so we want to change it to use CSSMTP as the SMTP client by having the created email go out to the spool as SYSOUT, but we need to know how to configure ChangeMan so that it knows what the external writer name will be for

Re: APPN networking - How can you confirm that you are the man in the middle.

2024-01-11 Thread John S. Giltner, Jr.
Is this APPN over IP? If so, could your system be routing the IP traffic between the other two nodes. On Tue, 9 Jan 2024 09:07:56 -0600, Tom Longfellow wrote: >This is going to be difficult to explain without pictures. Here is an >outline. > >I am a network node NETA.NODE1 >I have CP-CP

Re: Gtf trace

2024-01-11 Thread Jon Perryman
On Thu, 11 Jan 2024 16:29:06 +, Ken Bloom wrote: >Does anyone know the format of the parm to set the number of bytes recorded to >64? You need to be more specific about what you are tracing. Are you tracing VTAM, TCP, RACF or something else? Most likely you will specify size when you tell

Gtf trace

2024-01-11 Thread Ken Bloom
Does anyone know the format of the parm to set the number of bytes recorded to 64? Thanks Ken Kenneth A. Bloom CEO Avenir Technologies Inc /d/b/a Visara International 203-984-2235 bl...@visara.com www.visara.com

Re: ChangeMan ZFS and CSSMTP to send email notifications

2024-01-11 Thread Lionel B. Dyck
>From a practical standpoint the transition from SMTP to CSSMTP was trivial for >those applications that I'm aware of, For XMITIP it just required a change to >the output writer name from SMTP to CSSMTP. Lionel B. Dyck <>< Github: https://github.com/lbdyck “Worry more about your character

Re: ChangeMan ZFS and CSSMTP to send email notifications

2024-01-11 Thread Seymour J Metz
The devil is in the details. The output writers SMTP and CSSMTP have documented differences. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of

Re: ChangeMan ZFS and CSSMTP to send email notifications

2024-01-11 Thread Lionel B. Dyck
If changeman supported SMTP then it should support CSSMTP as well - the easy way to do it is by writing the e-mail to a sysout class that CSSMTP will pick up and process. Lionel B. Dyck <>< Github: https://github.com/lbdyck “Worry more about your character than your reputation. Character is

Re: ChangeMan ZFS and CSSMTP to send email notifications

2024-01-11 Thread Steve Beaver
I would suggest you avail yourself of Serena's help. I've setup CSSMTP but it was for internal use only Regards, Steve -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Beaver Sent: Wednesday, January 10, 2024 2:41 PM To:

Re: SSH tunneling for unattended process.

2024-01-11 Thread Kirk Wolf
Did I say anything about using passwords for ssh? Again, this has nothing to do with your assertion that using tn3270 over a ssh tunnel would expose the userid and password. Kirk Wolf Dovetailed Technologies http:// coztoolkit.com PS> I use a ssh key agent on my desktop

Re: Question on SSRV entries in system trace table

2024-01-11 Thread Mike Shaw
Thank you Jim (and Binyamin). I learned something here by examining the prior PC trace entry. Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Thu, Jan 11, 2024 at 12:32 AM Jim Mulder wrote: > We don't want to waste the time and space. The caller information is in > the preceding

Event invite Germany: zDevOps Hands-on Workshop Feb 20th @ IBM Tower-One Frankfurt

2024-01-11 Thread D Gaebler
A DevOps transformation is the number one way to boost developer productivity while also increasing code quality. We would love you to have A HANDS-ON EXPERIENCE with some of our DevOps solutions as we know a lot of good ideas come when we really start to do something with the tools. PLEASE

Re: Racf Userid

2024-01-11 Thread Radoslaw Skorupka
To complement: Last access is not last activity. Depending on many factors user can be logged on for a long time, even months. In the past I had found a TSO session still logged on, several weeks after the user left the company. Despite JWT/TWT settings (cancel session for inactivity). --

Re: Racf Userid

2024-01-11 Thread Chalk, Shelia
Thank you so much. I pulled smf-type 80 records and found it. Thanks again. Shelia Chalk Mainframe System Programmer sch...@ssfcu.org -Original Message- From: IBM Mainframe Discussion List On Behalf Of Robert S. Hansel (RSH) Sent: Thursday, January 11, 2024 7:02 AM To:

Re: Racf Userid

2024-01-11 Thread Robert S. Hansel (RSH)
Hi Shelia, First off, in output of the LISTUSER command, find the most recent LAST-CONNECT date/time in the group connect information for all ID's groups. Most likely it will be associated with the ID's default group. If it is the same as the LAST-ACCESS date/time, then the later was updated

Re: Racf Userid

2024-01-11 Thread Allan Staller
Classification: Confidential Suspend it and see who complains. Alternatively, t he type 8x SMF records carry the RACF UID (actually most of the job/dataset oriented records type 30, 14, 15), so you can check there as well. Select by userid and filter out what you know. That which remains is

Re: How to configure using PDS members in JCL.

2024-01-11 Thread Colin Paice
"*I would think that most product developers would create professional installer instead of using a quick and dirty solution.*" I prefer the terms clean, elegant and efficient. I've struggled with Rexx execs which do not quite do the job. It is fine if you want to follow a very narrow path.

Re: How to configure using PDS members in JCL.

2024-01-11 Thread ITschak Mugzach
Since I lost my copy of IPOUPDTE (zPDT ADCD does not include it), I wrote a rexx exec that does it. It can change strings with different lengths and be limited to a member prefix. ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux

Re: Question on SSRV entries in system trace table

2024-01-11 Thread Binyamin Dissen
I would have to go back to a dump, but I don't recall having any issues in this area. Perhaps it is in a different trace entry? On Wed, 10 Jan 2024 17:38:40 -0500 Mike Shaw wrote: :>The doc on SSRV trace table entries in the "z/OS MVS Diagnosis: Tools and :>Service Aids" pub says this: