SETHOST(1) | General Commands Manual | SETHOST(1) |
sethost - Emulates a DEC VT100 terminal
sethost [options] nodename
Options:
[-Vh] [-e char]
sethost emulates a DEC VT100 terminal.
This application implements the CTERM protocol over DECnet for
connecting to a remote DECnet host emulating a DEC VT100 terminal.
dnlogin is a replacement for sethost with more compatibility features.
Connect to remote VAX host named "mv3100".
sethost mv3100
The CTERM specifications available from Digital does not include how to setup VMS terminal characteristics, so the host cannot identify the capabilities of the session we are creating. The simplest workaround is to set the terminal capabilities manually upon login or including the following command in the login.com DCL procedure.
$ SET TERM/DEC_CRT
July 27 1998 | DECnet utilities |