Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Norton Allen via Cygwin
On 12/18/2024 3:37 PM, Federico Kircheis via Cygwin wrote: On 18/12/2024 20.38, Eliot Moss wrote: On 12/18/2024 2:30 PM, Federico Kircheis via Cygwin wrote: On 05/11/2024 18.31, Federico Kircheis wrote: On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also d

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Federico Kircheis via Cygwin
On 18/12/2024 20.38, Eliot Moss wrote: On 12/18/2024 2:30 PM, Federico Kircheis via Cygwin wrote: On 05/11/2024 18.31, Federico Kircheis wrote: On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission w

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Eliot Moss via Cygwin
On 12/18/2024 2:30 PM, Federico Kircheis via Cygwin wrote: On 05/11/2024 18.31, Federico Kircheis wrote: On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission where correct. The file with the permissi

Re: cygport upload seems to ignore SSH_KEY

2024-12-18 Thread Federico Kircheis via Cygwin
On 05/11/2024 18.31, Federico Kircheis wrote: On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission where correct. The file with the permission unchanged worked without issues when moved in ~/.ssh. W

Re: cygport upload seems to ignore SSH_KEY

2024-11-08 Thread Andrew Schulman via Cygwin
> >> I haven't used cygport up in a long time - I use git push now, and let > >> scallywag build the packages > > Is this workflow described somewhere? > It sounds interesting. Yes! Git repositories for Cygwin packaging: https://cygwin.com/packaging/repos.html Once you push your .cygport fil

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Federico Kircheis via Cygwin
On 05/11/2024 18.29, ASSI via Cygwin wrote: Federico Kircheis via Cygwin writes: I also did a chmod/chown on the file to ensure that the permission where correct. The file with the permission unchanged worked without issues when moved in ~/.ssh. Whatever directory that file resides in must be

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread ASSI via Cygwin
Federico Kircheis via Cygwin writes: > I also did a chmod/chwon on the file to ensure that the permission > where correct. > The file with the permission unchanged worked without issues when > moved in ~/.ssh. Whatever directory that file resides in must be readable only by the owner or SSH will n

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Federico Kircheis via Cygwin
On 05/11/2024 17.01, Brian Inglis via Cygwin wrote: On 2024-11-05 04:19, Andrew Schulman via Cygwin wrote: On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote: up until recently I've uploaded packages the following way export SSH_KEY=/path/to/id_rsa; cygport /path/to/file.cygport upload but

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Brian Inglis via Cygwin
On 2024-11-05 04:19, Andrew Schulman via Cygwin wrote: On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote: 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

Re: cygport upload seems to ignore SSH_KEY

2024-11-05 Thread Andrew Schulman via Cygwin
> On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote: > > 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

Re: cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Brian Inglis via Cygwin
On 2024-11-04 12:20, Federico Kircheis via Cygwin wrote: 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

cygport upload seems to ignore SSH_KEY

2024-11-04 Thread Federico Kircheis via 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 cygp