Re: telnet session problem




Im having a problem starting an application using
telnet and getting the application window to appear on my local machine
(Solaris 8, Ultra5). The application is starting up on the remote
machine. I know there is a command that enables the window to be
displayed locally but I can't find it. Any help appreciated.

The easiest and safest way to do this is to use ssh and let it forward
the X session:

* check DISPLAY is set on the local machine
* ssh -X remote-machine
* DISPLAY should now be set appripriately in your login session on the
remote box, and X connections will be forwarded through ssh.

This depends on having ssh of course, and on sshd etc being configured
to allow X forwarding.

If you don't care about security (are on a secure network in other
words, then you can:

* on the local host say xhost +remote-host
* on remote-host set DISPLAY to local-host:0.0, and export it
* run X applications on remote-host

This will send X traffic unencrypted over the wire, including
everythign you type...

--tim

.



Relevant Pages

  • Re: Command line usenet client?
    ... I'm too used to using Remote Desktop, ... I brought up a Win2KP virtual machine and added PuTTy, ... machine, use ssh -X to ssh with X window services to the machine, NX ...
    (Ubuntu)
  • Re: Creating remote objects
    ... >> This creates an instance of Word on the local machine from Excel 2000, ... I don't have a remote server to go against. ... >> (ByVal lpszIID As String, ByVal piid As Long) As Long ... >> Dim rclsid As GUID ...
    (microsoft.public.excel.programming)
  • Re: rsync with public/private keys/no passwords
    ... I have obtained some experience on ssh recently; ... If there are two remote machines to be accessed by the local ... machine via ssh and the private keys are stored as "A.id_rsa" and ... >> on the local machine ...
    (RedHat)
  • remote file copy using Net::Telnet
    ... " copies file from the local machine to the remote machine " ... print("Your programme will be terminated\n"); ... # fetching file from remote host to local machine ...
    (comp.lang.perl.modules)
  • Re: Configuring networked printer
    ... OK - have fixed the old issue re: the OOo configuration printing - ... just required me to stop and restart the print server:) ... in the CUPS web interface on the "remote" machine (the machine ... On your local machine, you need to have the check box named "Show ...
    (Debian-User)