X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: cygrunsrv autossh - tunnel does not come up Date: Thu, 08 Jan 2009 18:29:00 -0600 Lines: 36 Message-ID: References: <21362436 DOT post AT talk DOT nabble DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) In-Reply-To: <21362436.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 hooner wrote: > I have problems running autossh via cygrunsrv on WIN2003: >=20=20 > /bin/cygrunsrv.exe -I AutoSSH -p /bin/autossh -a "-M 20000 -g2CN -R > 20120:localhost:3389 -i /etc/key-rsa -p 20012 user AT 192 DOT 168 DOT 100 DOT 12" -e > AUTOSSH_NTSERVICE=3Dyes -y tcpip --type auto >=20 > As soon as I start the service (net start autossh) it stops. So it looks > like it never came up: > Autossh.log: > 2009/01/08 23:26:25 autossh[10148]: starting ssh (count 1) > 2009/01/08 23:26:25 autossh[10148]: ssh child pid is 9528 > Host key verification failed. > 2009/01/08 23:26:25 autossh[10148]: ssh exited prematurely with status 25= 5; > autossh exiting >=20 > Running just ssh or autossh the tunnel comes up and stays: > ssh: ssh -v -g2CN -R 20120:localhost:3389 -i /etc/key-rsa -p 20012 > user AT 192 DOT 168 DOT 100 DOT 12 > autossh: /bin/autossh -M 20000 -g2CN -R 20120:localhost:3389 -i /etc/key-= rsa > -p 20012 user AT 192 DOT 168 DOT 100 DOT 12 There's a big difference between running it as a service like you did, and running it as a user. First thing to try: run the service as your user, i.e. add --user to the service installation. And don't expect too much, I use it all the time and it works but it fails to start very often, I end up starting it manually. --=20 Ren=E9 Berber -- 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/