• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYRIGHTH A D03-May-2022530 109

ChangeLogH A D03-May-20222.8 KiB7750

FUTURE-WORKH A D03-May-20223.5 KiB8663

ImakefileH A D03-May-2022850 2520

READMEH A D03-May-20221.2 KiB3525

xrlogin.manH A D03-May-20222.9 KiB6656

xrlogin.shH A D03-May-20222.8 KiB10765

xrsh.manH A D03-May-202210.5 KiB233223

xrsh.shH A D03-May-202215.6 KiB414204

README

1This distribution contains two programs, xrsh and xrlogin.
2
3Both are shell scripts.
4
5Xrsh is designed to allow you to start an X client on a remote machine
6with the window displayed on the current server's $DISPLAY.  It has
7many options that give you the ability to propagate environment
8variables (including DISPLAY) to the remote system and works with
9various types of X server access control including xauth and xhost.
10
11In X11R4 and previous, xrsh was called "xon".  There was a script in
12X11R5 by Keith Packard by that name which has no relation to the
13originally distributed xon script.
14
15Xrlogin opens a local xterm window and runs rlogin or telnet to
16connect to a remote machine.
17
18Starting with the X11R5 version, xrsh has many new features
19including a multitude of X access control methods, the ability to pass
20arbitrary environment variables to the remote host and the ability to
21start a client on a different screen than the current one.
22
23To install on your system, the usual thing is to do an "xmkmf"
24followed by a "make install".
25
26IMPORTANT:
27
28If you are running a System V variant, you may need to change the
29first line of both scripts from "#!/bin/sh" to ": ".
30
31James J. Dempsey
32jjd@jjd.com
334 October 1991
34Updated for X11R6: 3 June 1994
35