4DRLOGIN, Networking, DECnet rlogin-like Remote Login* DRLOGIN V3.2, February 3, 1995G Reimplemented by John Delgado, 2 Dana-Farber Cancer Institute; Additional work by Lou Bergandi M Ported to OpenVMS AXP by Hunter Goatley 1 Western Kentucky UniversityI Originally written by Anthony C. McCracken, 0 Northern Arizona University@ with mods by Hunter Goatley FDRLOGIN allows remote interactive login over DECnet, providing similarHfunctionality to the RLOGIN TCP/IP utility. DRLOGIN uses non-transparentFtask-to-task DECnet communication to establish a link to a remote taskFwhich runs the DRLACP image. DRLACP uses the FT pseudo-terminal driverHintroduced with VMS V5.4 to create an interactive process on the remote node.JWith version 3.0, DRLOGIN and DRLACP were rewritten in C from the originalIMACRO-32 implementation. DRLACP is also based more on LOGGER.C, a sessionMlogging facility written by Forrest A. Kenney, Digital Equipment Corporation,Mas an example demostrating the use of a pseudo terminal, than on the originalDRLACP implementation.FTo use DRLOGIN, DRLACP.COM must be modified to point to the DRLACP.EXEIimage. Both files should be copied to the appropriate directories on theFremote DECnet node. A DECnet object must be defined for DRLACP on the.remote node using commands like the following: $ MCR NCP3 NCP> DEFINE OBJECT DRLACP FILE DRLACP.COM NUMBER 00 NCP> SET OBJECT DRLACP FILE DRLACP.COM NUMBER 0 NCP> EXIT $FTo establish the remote login, just define a symbol on the local node:$ $ drlogin :== $dev:[dir]drlogin.exeDAny account having a DECnet proxy on a remote node can log in using: $ drlogin node,where "node" is the remote DECnet node name.DIf proxies are not enabled, you can log in to the remote node using: $ drlogin node"user *"IWhen "*" is specified as the password, DRLOGIN prompts you for the actual password.