RE: Send xterm to remote workstation with OpenSSH

From: BOURGUIGNON D DvSI/SNPI MTY (didier.bourguignon_at_francetelecom.com)
Date: 12/12/03

  • Next message: kathys39_at_hotmail.com: "openssh 3.7.1 hangs during certain commands"
    To: <secureshell@securityfocus.com>
    Date: Fri, 12 Dec 2003 15:47:32 +0100
    
    

      Thank you very much everybody for your answers, but my problem is to send a xterm from the Server to a remote Workstation which not have ssh server.

      I would like to do this :

      Workstation Serveur
      PuTTy SSH connection OpenSSH
             <---------------------------------------------------- $ export DISPLAY .... <--- direct connection on server
              Tryingt to send xterm with ssh to the workstation $ xterm

      and not the classic X11 forwarding

    connection on worstation --> Workstation Serveur
                                  PuTTy SSH session with X11 forwarding OpenSSH
                                             ----------------------------------------> $ xterm
                                                         SSH connection
                                  Display <----------------------------------------- sending xterm
                                  xterm

    Cordialement
    Didier

    > -----Message d'origine-----
    > De : Anthony Kim [mailto:entropy_or_sloth-securityfocus@yahoo.com]
    > Envoye : vendredi 12 decembre 2003 08:17
    > A : BOURGUIGNON D DvSI/SNPI MTY; secureshell@securityfocus.com
    > Objet : Re: Send xterm to remote workstation with OpenSSH
    >
    >
    > BOURGUIGNON D DvSI/SNPI MTY a ?crit:
    > > >> I had tried (from the server) to use port
    > > forwarding but :
    > > >>
    > > >> $ ssh -R 6000:locahost:5555 10.xxx.xxx.xxx
    > > >>
    > > >> send me an error :
    > > >>
    > > >> ssh: connect to address 10.xxx.xxx.xxx port 22:
    > > Connection refused
    > > >>
    > > >> which, if we see closer, is logical. There is no
    > > ssh server on the remote workstation, only a ssh
    > > client.
    >
    > Didier,
    >
    > If you want SSH remote port forwarding, local port
    > forwarding, or X11 forwarding, one of your machines
    > needs to be running SSH.
    >
    > Secondly, you wrote:
    >
    > $ ssh -R 6000:localhost:5555 10.xxx.xxx.xxx
    >
    > If you want to "send xterm to remote workstation" I
    > think you mean:
    >
    > $ ssh -L 6000:localhost:6000 10.x.x.x
    >
    > "ssh to remote host, bind my localhost port 6000 to
    > remote machine's localhost port 6000" or in your case,
    > port 5555.
    >
    > Hope this helps,
    >
    > ak.
    >
    >


  • Next message: kathys39_at_hotmail.com: "openssh 3.7.1 hangs during certain commands"

    Relevant Pages

    • Re: SSH: remote login returns "invalid user"
      ... host mail.harlley-consultants.com ... server rather than web server? ... If they have the right server software running (mail, web, ssh daemon) then that software picks up the request. ... When you want to send mail to xxx@xxxxxxxxxxxxxxxxxxxxxxx, your mail server looks up the MX record for hartley-consultants and sends it to port 25 on the machine pointed to. ...
      (Debian-User)
    • Re: ipfw and nmap
      ... > even be correct but I have a bsd box that is simply providing me SSH ... add allow tcp from any to me 22 setup in via fxp0 keep-state ... Note too that there is nothing to prevent port scanners simply setting ... the 'SYN' flag in the probe packets they send to your server. ...
      (freebsd-questions)
    • Re: Remote Desktop directly to another computer on the network
      ... default port... ... And there is no reason for me to believe that ssh ... When I have a multibillion company I will use the key pair, ... WinSCP for that to access my home SSH server. ...
      (microsoft.public.windowsxp.work_remotely)
    • Re: need help for setting SSH Server for Windows XP
      ... In my windows firewall proper ports are opened. ... Changing from port 22 to ports 80, 443 also doesn't give any results. ... static LAN IP of the server PC. ... It is *NOT* a valid test to call the SSH server PC from another ...
      (microsoft.public.windowsxp.work_remotely)
    • Re: Port Forwarding -- Checking to be sure I understand it
      ... They run an ssh ... server and VNC service. ... If you want to run the tunnel over some port other than 22 (the ... restrictive firewalls that deny all incoming connections and block most ...
      (comp.security.ssh)