venkat kulkarni wrote:
So, I wanted to take help of expert to make this tso connection work with
port 22. Please correct me if my understanding is wrong
Well, I'm hardly an "expert".

SSH and secure Telnet3270E essentially use the same security technology, that 
is, OpenSSL.

Secure Telnet3270E works out of the box with z/OS.

OpenSSH sshd running in Unix System Services will not, as far as I know, pass 
you directly through to TSO.

Changing the settings in PCOMM won't affect that.

However, on the PCOMM workstation, *if* you have ssh, you can do an ssh port redirect first, and then you can get through to the Telnet3270E port on your z/OS machine.

From a command line on the workstation you would do:

   ssh -Llocalhost:12345:myzosbox:23 myid@myzosbox


and after you have logged in via ssh a redirection is established from your 
local port 12345 to z/OS's port 23.

After establishing the redirect, use PCOMM to connect to localhost:12345 ... Thus, you will be going into the z/OS port 23 via the redirect via SSH port 22 on the z/OS box.

Does this help?

But really, using secure Telnet3270E is easier!

--
Jack J. Woehr     # Science is more than a body of knowledge. It's a way of
www.well.com/~jax # thinking, a way of skeptically interrogating the universe
www.softwoehr.com # with a fine understanding of human fallibility. - Carl Sagan


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to