automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Michael Agbaglo
is there is nice way to have the DISPLAY-Variable automatically set to the host from where I logged in ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Scott Ellis
On Wed, 18 Mar 1998, Michael Agbaglo wrote: is there is nice way to have the DISPLAY-Variable automatically set to the host from where I logged in ? Check out ssh, which does all you want and more (but is only available on nonus.debian.org and mirrors due to stupid US crypto laws) -- Scott

Re: automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Remco Blaakmeer
On Wed, 18 Mar 1998, Michael Agbaglo wrote: is there is nice way to have the DISPLAY-Variable automatically set to the host from where I logged in ? The easiest way to do this is to use ssh instead of telnet/rlogin. ssh is a secure shell, which means your password doesn't go over the network

Re: automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Peter Iannarelli
debian-user@lists.debian.org Date: Wednesday, March 18, 1998 4:56 PM Subject: automatically set DISPLAY after telnet/rlogin ? is there is nice way to have the DISPLAY-Variable automatically set to the host from where I logged in ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Ossama Othman
I don't think prompts is what he was asking about, nor does he have to use ssh (although this would be preferrable). I've seen this done using some shell commands in a .cshrc or .profile file that is called after login. Here are shell scripts that I found you can source or place in your .cshrc

Re: automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Lee Bradshaw
On Wed, Mar 18, 1998 at 10:50:51PM +0100, Michael Agbaglo wrote: is there is nice way to have the DISPLAY-Variable automatically set to the host from where I logged in ? Well I have two suggestions: 1. use ssh, that's what I use now 2. This option may not qualify as nice. Looking at it right

Re: automatically set DISPLAY after telnet/rlogin ?

1998-03-18 Thread Keith Beattie
Michael Agbaglo wrote: is there is nice way to have the DISPLAY-Variable automatically set to the host from where I logged in ? Obviously ssh appears to be the preferred answer but if tcsh is available on the remote host, check for tcsh's REMOTEHOST environment variable. It should have