X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <4CD9F784.30000@acm.org> Date: Tue, 09 Nov 2010 17:38:12 -0800 From: David Rothenberger User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: How can autossh start remote connection, if computer is off? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 11/9/2010 5:26 PM, cygwin DOT 20 DOT gyurman AT spamgourmet DOT com wrote: > How Can I do autossh connection with any computer which is off, but > sometime coming to power on? > I used this: > cygrunsrv -I AutoSSH -n -O -u name -w pass -p /usr/bin/autossh -a "-M > $port -R 5903:localhost:22 name AT 192 DOT 168 DOT 1 DOT 102" -e > "AUTOSSH_NTSERVICE=yes AUTOSSH_GATETIME=0" > But not working. How can I do? I don't know if this will solve your problem, but you can only specify one "VAR=VALUE" string with the -e switch. You have to repeat the -e switch to define multiple environment variables. ... -e 'AUTOSSH_NTSERVICE=yes' -e 'AUTOSSH_GATETIME=0' -- David Rothenberger ---- daveroth AT acm DOT org Experience, n.: Something you don't get until just after you need it. -- Olivier -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple