From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mehran khajavi Newsgroups: gmane.emacs.help Subject: edit a file over two linked ssh Date: Sun, 20 Nov 2011 11:40:20 +0330 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174be3282afe8d04b2261bc5 X-Trace: dough.gmane.org 1321776657 2984 80.91.229.12 (20 Nov 2011 08:10:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2011 08:10:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 20 09:10:52 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RS2UF-0001Hd-Em for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2011 09:10:51 +0100 Original-Received: from localhost ([::1]:60107 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RS2UE-0000r6-RV for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Nov 2011 03:10:50 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RS2U8-0000qq-Cq for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 03:10:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RS2U7-0007LW-E6 for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 03:10:44 -0500 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:62301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RS2U7-0007LS-5o for help-gnu-emacs@gnu.org; Sun, 20 Nov 2011 03:10:43 -0500 Original-Received: by bke17 with SMTP id 17so6143725bke.0 for ; Sun, 20 Nov 2011 00:10:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=ZJh4Qgm2aapWa2XJFpoYmL2qLqE7k+0dkg8WxvRCkZw=; b=Jd9LexP0kvFqUOCMEjS6zLqlLwBjpelmTkxXe2Py9pa/TO/AwXIuoDREze+zsMKZWf OCEvQYT2H95AqzpPnR0Bb9iH7+e4y9HW49ntIzeWAr9eU2AwhZ7XLu9ywWzM4qfxhRFV ptg1swrTCeJf0oGH9Lg7NbZjlXgIZF+vH+Adw= Original-Received: by 10.204.147.75 with SMTP id k11mr9843456bkv.102.1321776641146; Sun, 20 Nov 2011 00:10:41 -0800 (PST) Original-Received: by 10.204.10.74 with HTTP; Sun, 20 Nov 2011 00:10:20 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82976 Archived-At: --0015174be3282afe8d04b2261bc5 Content-Type: text/plain; charset=UTF-8 Hello, I have a question: How can I open a file in these steps: 1.open an Emacs on my client(desktop) 2.connect to my server by Emacs with ssh 3.connect to my second server with ssh 4.open the file in the second server the problem is that I can not connect from the first server to second server over ssh by Emacs this command in the find file doesn't work: Find file : /scpc:root@myfirstserver:scpc:root@mysecondserver /var/www/myfile.txt --0015174be3282afe8d04b2261bc5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,
I have a question:=C2=A0
How can I op= en a file in these steps:
1.open an Emacs on my client(desktop)
2.connect to my server by Emacs with ssh
3.connect to my= second server with ssh
4.open the file in the second server

the prob= lem is that I can not connect from the first server to second server over s= sh by Emacs
this command in the find file doesn't work:
Find file : /scpc:root@myfirstserver:scpc:root@mysecondserver/var/www/= myfile.txt


--0015174be3282afe8d04b2261bc5--