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: Python 3.x status?

2024-11-05 Thread rct+cygwin--- via Cygwin
The latest Python in Cygwin, 3.9, reaches end of life in less than a year, 2025-10, according to [0]. Some packages (numpy) are dropping support for 3.9 [1]. Can we please get an update on the status of a newer Python for Cygwin? Thanks! [0] - https://devguide.python.org/versions/ [1] - https

how to find coordinates?

2024-11-05 Thread Lester Ingber via Cygwin
I forget the mintty command to find "coordinates", e.g., title, position, etc.? -- 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-simpl

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