all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: x11 tunelling with putty to Xming Server on Windows machine
Date: Fri, 15 Apr 2011 11:17:58 +0300	[thread overview]
Message-ID: <8339lkq66h.fsf@gnu.org> (raw)
In-Reply-To: <509451.89313.qm@web28206.mail.ukl.yahoo.com>

> Date: Thu, 14 Apr 2011 19:00:28 +0100 (BST)
> From: Jannis <bt_jannis@yahoo.de>
> 
> I am trying to connect with Emacs (and ESS) via ssh to a remote machine but could not establish x11 tunelling. I managed to install and configure Putty so that I can use plink to establish the connection by running:
> 
> M-x ssh RET <hostname> RET <password> RET
> 
> In my .emacs file I added:
> 
> (require 'ssh)
> (setq ssh-program "plink")

What is ssh.el?  It's not part of Emacs, AFAICT.

> I run a Xming Server on the Windows machine and installed ssh.el. I would now like to tunnel x11 Windows over the ssh connection. How would I set this up? I probably just need to add -X to the plink command but do not know how and where?

I have no idea how to do that via ssh.el, perhaps there's some
variable there that lets you specify command-line options to plink.
Then you can put "-X" there.

Alternatively, define a PuTTY session for that machine (by launching
the PuTTY configure dialog), and check the "Enable X11 forwarding"
checkbox on the SSH->X11 tab.  I think this will give you what you
want.



      reply	other threads:[~2011-04-15  8:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14 18:00 x11 tunelling with putty to Xming Server on Windows machine Jannis
2011-04-15  8:17 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8339lkq66h.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.