X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Re: how to make ssh-agent automatically Date: Thu, 1 Dec 2005 08:34:02 +0100 Message-ID: <574BF80562AF37419EA4B003C90D756D012759C6@EXCHANGE1.belgium.fhm.de> From: "Morche Matthias" To: "H. S." , X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id jB17YIuE004611 You just want to connect from one host to another one. It's totally sufficient to set up the key and copy the public part into authorized keys on the remote host. I never used ssh-agent nor ssh-add and passwordless logins to several hosts and Windows are hourly routine. Why do you need them? matthias H. S. wrote: > Morche Matthias wrote: >> Simpler than using keychain and ssh-agent, Hmm... did You ever try to >> just generate your key by ssh-keygen and then copy the public key >> ~/.ssh/id_dsa.pub eg to Your remote host into ~/.ssh/authorized_keys. >> Would You consider this to be simpler? >> >> matthias > > (Yes, I have done this. This is necessary to make passwordless ssh > login. And this is not what I was talking about anyway.) > > Even if I assume for an instant I hadn't done this, how would this > remove the need to run ssh-add on my local machine each time I reboot > and login? > > > > ->HS -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/