Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!samsung!shadooby!yale!slb-sdr!saito From: saito@sdr.slb.com (Naoki Saito) Newsgroups: comp.windows.x Subject: Remote xterm strategy Keywords: rlogin, rsh, xterm Message-ID: <1990Jan5.184224.7960@sdr.slb.com> Date: 5 Jan 90 18:42:24 GMT Reply-To: saito@slb-sdr.UUCP (Naoki Saito) Organization: Schlumberger-Doll Research, Ridgefield CT Lines: 21 Hello, folks! I'm wondering which one of the following is better for the local host when we want to remote login. (1) xterm -e rlogin remote_machine & This opens up the xterm window by the local host process. Then it just use rlogin. The same strategy as the kernel-based system such as SunView. (2) rsh remote_machine 'xterm -display localhost:0' & This invokes rsh command. A disadvantage is that .login is not executed on the remote_machine. Except the disadvantage of (2), (2) is slightly lighter(i.e. better), I think. Could you give me some comments? Is (2) really better than (1)? Is there any way to solve the disadvantage of (2)? Thanks in advance, -- Naoki Saito (saito@sdr.slb.com) Schlumberger-Doll Research