Accessing a terminal device through iucvconn_on_login

If you are an iucvconn_on_login user, you are automatically redirected and connected to the target system when you log in to iucvconn_on_login on the terminal server.

The iucvconn_on_login program is designed to connect a specific terminal server user to a terminal device on a specific target system. Use the z/VM® user ID of the target system as the user ID for opening an SSH session with the terminal server. Depending on the terminal device setup on the target system, you are then prompted to log in.

To establish a connection, enter a command of this form from a command prompt on your workstation:
$ ssh -t <guest_id>@<terminal_server> <terminal_id>
where:
<guest_id>
is the z/VM user ID that identifies the target system.
<terminal_server>
is the host name or IP address of the terminal server.
<terminal_id>
identifies the terminal device on the target system. If omitted, lnxhvc0 is used.

Example

$ ssh -t lxguest1@termsrv.example.net
...
lxguest1@termsrv.example.net's password:
iucvconn_on_login: Connecting to lxguest1 (terminal ID: lxterm1)

login: ...
...
[lxguest1]$ exit
logout
Connection to lxguest1 closed.$