| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Subject: | RE: Re: how to make ssh-agent automatically |
| Date: | Thu, 1 Dec 2005 07:57:33 +0100 |
| Message-ID: | <574BF80562AF37419EA4B003C90D756D012759C4@EXCHANGE1.belgium.fhm.de> |
| From: | "Morche Matthias" <Matthias DOT Morche AT P7S1Produktion DOT de> |
| To: | <cygwin AT cygwin DOT com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Note-from-DJ: | This may be spam |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id jB16vlbl028121 |
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 H.S. wrote: > Hi Karl, > > Karl M wrote: >> Hi HS... >> >> You can use keychain (a package available from setup.exe). >> >> I do something like >> >> ssh-add -l >/dev/null 2>&1 >> if [ $? -eq 1 ]; then >> ssh-add >> fi >> >> in my .bash_profile, because keychain is slow when I launch several >> windows. > > Okay, I will try that. BTW, just out of curosity, is using keychain > only one of the methods to achieve this or is it the only method? I > mean, is it possible to do this without keychain or any other > packages and just with ssh and rsync and login/logout files and > environment variables? ... -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |