From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: suvayu ali Newsgroups: gmane.emacs.help Subject: Re: keyboard macro to record scp (password) Date: Mon, 11 Jul 2011 20:06:18 +0200 Message-ID: References: <87mxgkexh5.fsf@gmx.de> <4E1B0E7C.7050700@dogan.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1310409940 25633 80.91.229.12 (11 Jul 2011 18:45:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2011 18:45:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Deniz Dogan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 11 20:45:36 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 1QgLU6-0001t9-R5 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jul 2011 20:45:35 +0200 Original-Received: from localhost ([::1]:37570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgLU5-0006bK-N7 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Jul 2011 14:45:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgKsW-0007CL-HE for help-gnu-emacs@gnu.org; Mon, 11 Jul 2011 14:06:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgKsS-0005xc-EX for help-gnu-emacs@gnu.org; Mon, 11 Jul 2011 14:06:42 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:49834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgKsR-0005xO-V2 for help-gnu-emacs@gnu.org; Mon, 11 Jul 2011 14:06:40 -0400 Original-Received: by bwd14 with SMTP id 14so1186547bwd.0 for ; Mon, 11 Jul 2011 11:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=BI+ujq9rBu2dEBCt4zyYYThRDiX7vS9eUU+9YMaZaAQ=; b=eqKqFa48XvmMCJsgCbtcoEB53obTONbBfCHPO5b2vFaJPAMwpmZnMMh+MDD9X4u6/p cA0571Yx8DupabmIsOUiyBBGRiIs5iAehSNxXK9t9HijeWxbMHY+M/Wc+XBB3F3/wrNw gF64yVFhqZ6Wnf/pfr/LJ41e2aKp9J/xUUdpo= Original-Received: by 10.205.65.68 with SMTP id xl4mr1830781bkb.303.1310407598817; Mon, 11 Jul 2011 11:06:38 -0700 (PDT) Original-Received: by 10.204.23.77 with HTTP; Mon, 11 Jul 2011 11:06:18 -0700 (PDT) In-Reply-To: <4E1B0E7C.7050700@dogan.se> X-Google-Sender-Auth: tnLTGR9pwBFD2J08PExkgP7uGxg 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:81545 Archived-At: On Mon, Jul 11, 2011 at 4:53 PM, Deniz Dogan wrote: > On 2011-07-11 16:02, C K Kashyap wrote: >> >> =A0 =A0Tramp. >> >> >> Alright ... I'll check out the Tramp manual :) Thanks > > It's really just as simple as doing: > > C-x C-f /user@remotehost:somefile.txt > > It's all seamless. =A0Enjoy! > Maybe a /ssh:user@remotehost:somefile.txt just to specify ssh explicitly or= set (setq tramp-default-method "ssh") > Deniz > > --=20 Suvayu Open source is the future. It sets us free.