The user should specify a remote machine, a protocol and optionally a user name in the remote machine. A subsequent connect request opens a suitable `xterm' for handling the remote session.
The short list can be prepared either by editing ~/.bloginhosts manually or by using facilities provided by blogin. These facilities include insertion, deletion and editing of entries in the user's personal hosts file.
Note that blogin never makes an explicit network connection itself. On the contrary, it calls suitable routines provided by your system to handle the remote connection and to carry out the desired task. A telnet connection, for example, is effected by calling the machine's telnet application. blogin is just an easy and elegant interface that hides from the user the shell level calls for the remote connections.
The left list is read from the system's hosts file and the right one from the user's short list file. The host name and IP address for the selected entry is shown above these lists. The buttons towards the right of the window handles the following connection and editing tasks:
The on-line help provides sufficient information on the functionalities of these window components. We won't go into details here.
# Change the following line if remote host information exist elsewhere # in your machine set HOSTFILE "/etc/hosts" # Change the following lines according as the type of xterm you want to open set TERMTYPE "nxterm" set TERMFLAGS "-font 7x14"If you do not have `nxterm', but have `color_xterm', set TERMTYPE accordingly. Similarly if you are not sure about what fonts your system provides, just make TERMFLAGS an empty string, that is,
set TERMFLAGS ""That's all. You don't have to edit anything else. Now copy the file blogin with execute permissions (755 for example) to a suitable directory, so that you (and if possible, other users in your local machine) can access the executable from any place.
[ My home page ] [ Send e-mail to me ]