diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-09 12:22:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-09 12:22:19 -0800 |
commit | 4f22f255e58fda758fcdd85f8554c4ef274600e8 (patch) | |
tree | 2e9b8e6fe9a22a82671f88edc83453ab6cf5e9ad /man/xinit.man | |
parent | 4e66c0bf2b5751e113ad3aba79891608f7e883e2 (diff) |
man page: Update remote display example from rsh to ssh
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/xinit.man')
-rw-r--r-- | man/xinit.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xinit.man b/man/xinit.man index d9d08df..d51fecf 100644 --- a/man/xinit.man +++ b/man/xinit.man @@ -120,7 +120,7 @@ arguments to the default \fIxterm\fP command. It will ignore \fI\.xinitrc\fP. This will use the command \fI\./Xorg \-l \-c\fP to start the server and will append the arguments \fI\-e widgets\fP to the default \fIxterm\fP command. .TP 8 -.B "xinit /usr/ucb/rsh fasthost cpupig \-display ws:1 \-\^\- :1 \-a 2 \-t 5" +.B "xinit /usr/bin/ssh \-X fasthost cpupig \-\^\- :1 \-a 2 \-t 5" This will start a server named \fIX\fP on display 1 with the arguments \fI\-a 2 \-t 5\fP. It will then start a remote shell on the machine \fBfasthost\fP in which it will run the command \fIcpupig\fP, telling it |