DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4A4JM8Gh1491529 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=AhiA+bX4 X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7CA63858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1730748125; bh=6j1I5ETl8UvTSZqjEIa0FZqe+3VzRDCiP+FZZkUhu/o=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=AhiA+bX4vEonvWXeR6enF4EcWZdANChM0MwLPwyUwjryJGG4aazzOPbbt9VvhjN2I ySESiGvOix5OqPjwxTz3zXBQaVwnYhjXwzi109X+NVwxCM/wSCiZUnFo83yIEpa6zn H4I+xG330pDQiNb7Xddk6Uxwi1c7fox+9xGcPwho= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A91FD3858C5F ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A91FD3858C5F ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730748069; cv=none; b=iSd803VmotErAbUMeH4yYkj4UxOgrSIqdCxaSMmd37J68AAsc7rof4SRRO0WSNKe0mnQe8eOjNYmwAfXMkaGwrmLFfDSYTbJLDGr96raZZrK4XslwwUQ1HVh7fAKorISybhj1KykDnCYXD/LCnsGEaYLOQzmUpTYjPuaxn3sJNI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730748069; c=relaxed/simple; bh=DH3MCz1nCiZMejmgXTGg0YtA1+3R5h70LmGtz64vEXE=; h=DKIM-Signature:Message-ID:Date:MIME-Version:To:From:Subject; b=q/r8bHx16R4diF9rwb3EfD3TRcPuE1FqAhYvfs68ye2VRgGpHJyvalsU6HscaAzdy6zuZyK/Tbuh1gmF/4rwozEsV96eOBuHWEKFXb7E5FdmmX0JGbuk8GHy0357GCPV9SGIbO4fgQxGtzXHV8T3WI5Hnl3YBtDyD/fl7R0YtxA= ARC-Authentication-Results: i=1; server2.sourceware.org Message-ID: <8d85bde3-8ea8-4635-8547-9846315243cf@kircheis.it> Date: Mon, 4 Nov 2024 20:20:56 +0100 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: cygport upload seems to ignore SSH_KEY X-Rspamd-Queue-Id: 4Xj1XV0zsyz9stk X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Federico Kircheis via Cygwin Reply-To: Federico Kircheis Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" Hello, up until recently I've uploaded packages the following way export SSH_KEY=/path/to/id_rsa; cygport /path/to/file.cygport upload but today I got the following error cd: Fatal error: max-retries exceeded I've fixed it by copying my key in the .ssh folder cp $SSH_KEY ~/.ssh/id_rsa cygport /path/to/file.cygport upload So it is not blocking me, but I wanted to know if this was a known bug, or if I am the only one experiencing it. Best Federico -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple