From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "gamename" Newsgroups: gmane.emacs.help Subject: Re: Using Putty/ssh w/stored key and emacs still asks for password Date: 22 Mar 2007 11:06:51 -0700 Organization: http://groups.google.com Message-ID: <1174586811.814837.295940@d57g2000hsg.googlegroups.com> References: <1173725747.317827.28740@j27g2000cwj.googlegroups.com> <20070313100210.GD17073@punkass.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1174588729 22890 80.91.229.12 (22 Mar 2007 18:38:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 18:38:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 22 19:38:42 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HUSBN-0007g7-IQ for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 19:38:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUSDB-0004KK-Vx for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 13:40:34 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!d57g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-NNTP-Posting-Host: 67.110.226.222 Original-X-Trace: posting.google.com 1174586813 8661 127.0.0.1 (22 Mar 2007 18:06:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Mar 2007 18:06:53 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d57g2000hsg.googlegroups.com; posting-host=67.110.226.222; posting-account=l5OKnQ0AAADrHOPMVhCpAmIoocOY27KZ Original-Xref: shelby.stanford.edu gnu.emacs.help:146510 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42114 Archived-At: On Mar 13, 5:10 am, AriT93 wrote: > Ismael Valladolid Torres writes: > > > gamename escribe: > > > I've pre-defined public keys in my "~/.ssh/authorized_keys2" file so > > > that I can ssh to these machines without requiring a password every > > > time. This is mostly to allow scripting with minimal hassle. > > > > > > For some reason, even though the ssh session starts fine and no > > > password is required, emacs asks for a password anyway. How can I > > > stop that? > > > > Probably simply authorized_keys is the right name for the file. > > > > Nevertheless after years of using it, I find Cygwin's ssh pretty more > > comfortable from a command line or Emacs than Putty. Being both of > > them very nice pieces of software nevertheless. > > > > Cordially, Ismael > > -- > > Ismael Valladolid Torres m. +34679156321 > > La media hostia j. ivall...@gmail.com > > > >http://lamediahostia.blogspot.com/ > > > > > > _______________________________________________ > > help-gnu-emacs mailing list > > help-gnu-em...@gnu.org > >http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > I previously had the same issues with authorized_keys, I switched to using > pagaent from the PuTTY distribution to act as ssh-agent and that seemed to solve it for me. HTH > -- > > enjoy every sandwich > > -- W. Zevon That did it. :) Thanks!