help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp: put X forwarding and custom port to ssh


From: Michael Albinus
Subject: Re: tramp: put X forwarding and custom port to ssh
Date: Thu, 16 Jul 2015 08:03:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Biocyberman <biocyberman@gmail.com> writes:

> Hi Michael,

Hi,

> Thank you for your email. I tried both. At first I thought "ForwardX11
> yes" or "ForwardX11Trusted yes" is only meaningful to put on
> /etc/ssh/sshd_config, which configure the ssh_server. But then I did
> it anyway, and that did not help neither. I am lost on this now, If
> you or someone have a working system, I would be grateful to see the
> configuration.

You must edit it in your ~/.ssh/config file. I for example have there

Host fencepost
        HostName        fencepost.gnu.org
        User            albinus
        ForwardX11      yes
        ForwardAgent    yes

Due to this, I can connect to that host as "/ssh:fencepost:".

> Best regards
> Vang

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]