From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x341.google.com (mail-ot1-x341.google.com [IPv6:2607:f8b0:4864:20::341]) by sourceware.org (Postfix) with ESMTPS id E76523851C34 for ; Fri, 26 Jun 2020 04:31:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E76523851C34 Received: by mail-ot1-x341.google.com with SMTP id m2so7422994otr.12 for ; Thu, 25 Jun 2020 21:31:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=IHYfFulfGubQRXBviM8wS4IaGjxpC1ZzMlCwLjA8mJc=; b=i8eFG8/OM8IbHjZjSJTMQEGICQXiGapm9CCIgLbteMdt6m+QEfdVGOHS2s4CgYOZMw OyxOL7X++t1oZudwVNB0IXHPTKa0i/sulPVT0YNIH9Jdih5pfVV+VncKIEO1gTUouVFf 9n1ViLKZuDkf2ZE7WXufxVOj3t5jVDWwhWEPutIfOx9zda0RbXs4lJiT2JRGZIK3vTee RMf7QYkqJowUGbVHB91wzq/6MnukjDDfQsalx+Cq14sdNgGeweBTM6guvnXD6EE6+jim FeSMcaJOZXFTEW40qavBf2j2a/dADXL46YWJN2xn3matoBRnb9bPSPhHoA9DPqccCqGp 5W5g== X-Gm-Message-State: AOAM533/bNwQsrXyqXic9S0YoSeAjpcWb+ngclwmvsirLC+jVw5ATZjX LfuOSlK2HZwK2+AY3yuxur3xkT+jA20= X-Google-Smtp-Source: ABdhPJxxlzSQfUcoMsQgJYOBMh5djprrnl/Pl7Xz+UCDWt1WmOF7dlKGPuiIsaOwx2EfOTzkdatrtQ== X-Received: by 2002:a9d:5e4:: with SMTP id 91mr981074otd.244.1593145915110; Thu, 25 Jun 2020 21:31:55 -0700 (PDT) Received: from rocky.local (072-182-050-201.res.spectrum.com. [72.182.50.201]) by smtp.gmail.com with ESMTPSA id z6sm5974200oth.26.2020.06.25.21.31.54 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 25 Jun 2020 21:31:54 -0700 (PDT) Sender: DRC Subject: Re: [ITP] VirtualGL 2.6.3 To: cygwin-apps@cygwin.com References: <2a4c0cb6-db3a-f95e-5fea-2b6eebb4e44e@gmail.com> <4ba60d19-d942-393c-87fc-a3d2f5af2726@users.sourceforge.net> <17de8383-933c-6bb5-e585-192ff0ef6198@dronecode.org.uk> <8e88d908-e981-2efa-2791-f8be24649885@users.sourceforge.net> <86bff841-58ac-a7eb-0cc6-ec470100fba4@users.sourceforge.net> <493b6d8a-2368-0886-cad7-ea3620f93b92@dronecode.org.uk> <33ba7362-dfb3-f88a-39c6-7aa4921d9750@SystematicSw.ab.ca> From: DRC Message-ID: <30033bda-2c7a-d634-08af-fe1de0ea9e1a@users.sourceforge.net> Date: Thu, 25 Jun 2020 23:31:54 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <33ba7362-dfb3-f88a-39c6-7aa4921d9750@SystematicSw.ab.ca> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jun 2020 04:31:57 -0000 For whatever reason, Jon's "Done" message did not reach me, so I apologize for my confusion. It works now. Creating the ~/.cygport.conf file was the missing piece of the puzzle. On 6/25/20 10:11 PM, Brian Inglis wrote: > > On 2020-06-25 16:11, Jon Turney wrote: >> On 25/06/2020 23:07, DRC via Cygwin-apps wrote: >>> When can I expect to get SSH access in order to deploy my packages? > >> 'Done' means it should be working now. >> If it's not, you'll need to be a bit more explicit about the problem you are >> having. > > Don't forget to first set up the remote host key with: > > $ sftp cygwin@cygwin.com > > You can of course first use ssh-agent and ssh-add to preset your private key. > > Using e.g. > > $ cygport virtualgl.cygport upload > > is pretty foolproof and reliable if you set ~/.cygport.conf: > > SSH_KEY=~/.ssh/id_... > > to your private key file.