I wrote:

> "Robert A. Lerche" <[EMAIL PROTECTED]> writes:
>>
>> Because the XO has only wireless network access, I am going through a
>> wireless access point that does NAT.  In order to initiate connections
>> from my laptop to the OLPC I first create a tunnel via "ssh -f -N -R
>> 10000:localhost:22 [EMAIL PROTECTED]" on the OLPC console.  This allows me to
>> open an SSH connection from archie (my laptop, on the "outside" of the
>> wireless access point) to the OLPC (behind it) via "ssh -p 10000
>> [EMAIL PROTECTED]".
>
> Tramp has some optimization code which applies a direct copy when Tramp
> "believes" it is on the local host. Your tunnel via port 10000 makes
> Tramp believe it. Hmm, bad.

It's not only the optimization code, there are other settings too
which are not working when you establish your tunnel. The problem is
shortly discussed in the Tramp manual, section "Reusing connection
related information".

Could you consider changing your ~/.ssh/config as it is proposed there?

>> Thanks for your help.

Best regards, Michael.



_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to