Alan Ackerman wrote:
In previous discussions here, there was a feeling that an ssh *client* in
CMS was more important than having the ability to ssh *into* the system.
CMS is not a multiuser system. SSH into CMS directly does not make sense, because an
SSH server is a multiuser-architected server that doesn't scale to CMS.

IMHO the OpenSSH way to do what the user is trying to do is this:

  1. Have a Linux/390 or OpenSolaris/390 instance running on the target
     VM instance.
  2. Log into the the Linux/390 via SSH and short-hop from that session
     to CMS.

Alternatively, a little more effort but much cuter:

   * serve up access to your CMS account via 3270Telnet server on a
     published port served up by the Linux/390 instance.
   * SSH from your remote client into the Linux/390 instance with a
     port redirect command on the options line.
   * BINGO! You've got a local port that directly connects to your CMS
     instance
         o I.e., tn3270 localhost /redir_port/

--
Jack J. Woehr            # "Hipsters believe that irony has
http://www.well.com/~jax #  more resonance than reason."
http://www.softwoehr.com #  - Robert Lanham

Reply via email to