| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| X-Copfilter: | Client is part of local network, skipped Spamassassin |
| X-Copfilter: | Sender is in whitelist, skipped SpamAssassin |
| From: | Matthias Meyer <Matthias DOT Meyer AT gmx DOT li> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: cygrunsrv do not automatic start service |
| Date: | Sat, 19 Jul 2008 12:21:27 +0200 |
| User-Agent: | KMail/1.9.7 |
| References: | <200807170033 DOT 07266 DOT Matthias DOT Meyer AT gmx DOT li> <g5lu0i$617$1 AT ger DOT gmane DOT org> |
| In-Reply-To: | <g5lu0i$617$1@ger.gmane.org> |
| MIME-Version: | 1.0 |
| Message-Id: | <200807191221.27649.Matthias.Meyer@gmx.li> |
| X-Copfilter-Originating-IP: | 192.168.0.98 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| 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 |
Am Donnerstag 17 Juli 2008 schrieb René Berber:
> Matthias Meyer wrote:
>
> > I've installed (cygrunsrv -I) a ssh tunnel with:
> > /usr/bin/autossh -M 0 -o ServerAliveInterval=20 -o
> > ServerAliveCountMax=3 -N -C -i /etc/.ssh/id_rsa -L 389:localhost:389
> > user AT server DOT at
> >
> > Unfortunatly this tunnel will not startet at boot time.
> > If I start the service with cygrunsrv -S it will run.
> >
> > Any hint?
>
> Several:
>
> - Did you add the environment string required (AUTOSSH_NTSERVICE)?
> - Did you add a dependency to the network? (not required but it makes
> sense);
> - Did you install the service to run as your account? (OpenSSH refuses
> to run if the access to the keys is too lax, or if it has no access as
> in other users don't have access to your keys).
>
> The command line I used for installation is (with obfuscated password of
> course):
>
> $ cygrunsrv --install autossh --path /usr/bin/autossh --env
> "AUTOSSH_NTSERVICE=yes" --args "-M 0 -F /etc/autossh/ssh_config.remote
> rberber AT example DOT com" --user rberber --passwd SECRET -y tcpip
>
> The configuration file, ssh_config.remote has all the options for ssh:
>
> $ cat /etc/autossh/ssh_config.legosoft
> Host example.com
> AddressFamily inet
> BatchMode yes
> #BindAddress 127.0.0.1
> CheckHostIP no
> Compression yes
> LocalForward localhost:3333 sunfire:3333
> Protocol 2
> TCPKeepAlive yes
>
> I found that using other options, like User, IdentityFile,
> UserKnownHostsFile, and HostName made the whole tunnel fail, I really
> don't know why, I didn't experiment further.
> --
> René Berber
>
If I start the service with cygrunsrv -S or from Windows-GUI
("Administrative Tools", "Services") it will run. Therefore I dont believe
that the parameters or configuration are not ok.
Matthias
--
Don't Panic
--
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 |