Re: cygsshd fails due to bad ownership or modes of /cygdrive/c/Users

2024-02-07 Thread Frank-Ulrich Sommer via Cygwin
On 07.02.2024 20:27, Corinna Vinschen via Cygwin wrote: On Feb 7 20:23, ASSI via Cygwin wrote: Frank-Ulrich Sommer via Cygwin writes: I'm trying to run cygsshd on my PC with Windows 11 and connect from a linux machine. I have added the public key to

Updated: setup (2.930)

2024-02-07 Thread Jon Turney via Cygwin
A new version of Setup (2.930) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.929: - Add some hardening against "DLL hijacking" attacks (Thanks to Corinna Vinschen for doing all the

Updated: setup (2.930)

2024-02-07 Thread Jon Turney
A new version of Setup (2.930) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.929: - Add some hardening against "DLL hijacking" attacks (Thanks to Corinna Vinschen for doing all the

Re: cygsshd fails due to bad ownership or modes of /cygdrive/c/Users

2024-02-07 Thread Corinna Vinschen via Cygwin
On Feb 7 20:27, Corinna Vinschen via Cygwin wrote: > On Feb 7 20:23, ASSI via Cygwin wrote: > > Frank-Ulrich Sommer via Cygwin writes: > > > I'm trying to run cygsshd on my PC with Windows 11 and connect from a > > > linux machine. I have added the public key to > > >

Re: cygsshd fails due to bad ownership or modes of /cygdrive/c/Users

2024-02-07 Thread Corinna Vinschen via Cygwin
On Feb 7 20:23, ASSI via Cygwin wrote: > Frank-Ulrich Sommer via Cygwin writes: > > I'm trying to run cygsshd on my PC with Windows 11 and connect from a > > linux machine. I have added the public key to > > /cygdrive/c/Users/xxx/.ssh/authorized_keys and created a symbolic link > > from 

Re: cygsshd fails due to bad ownership or modes of /cygdrive/c/Users

2024-02-07 Thread Corinna Vinschen via Cygwin
On Feb 7 19:01, matthew patton via Cygwin wrote: > > The problem seems to be that OpenSSH does not even arrive at checking the > >home diretory> or the .ssh directory. It starts checking every directory in > >the path and fails already at "/cygdrive/c/Users" > I don't think we can win an

Re: cygsshd fails due to bad ownership or modes of /cygdrive/c/Users

2024-02-07 Thread ASSI via Cygwin
Frank-Ulrich Sommer via Cygwin writes: > I'm trying to run cygsshd on my PC with Windows 11 and connect from a > linux machine. I have added the public key to > /cygdrive/c/Users/xxx/.ssh/authorized_keys and created a symbolic link > from  /cygdrive/c/Users/xxx/.ssh to /home/xxx/.ssh. As usual I

Re: cygsshd fails due to bad ownership or modes of /cygdrive/c/Users

2024-02-07 Thread matthew patton via Cygwin
> The problem seems to be that OpenSSH does not even arrive at checking the >home diretory> or the .ssh directory. It starts checking every directory in >the path and fails already at "/cygdrive/c/Users" I don't think we can win an argument with Theo over how misguided and unnecessary meddling

[PATCH] In gcc 13, -Wall turns on -Woverloaded-virtual

2024-02-07 Thread Corinna Vinschen via Cygwin-apps
Also fix ambiguous method declaration by dropping a default parameter. --- Hi Jon, I'm not sure removing virtual from all Create methods really fits the bill in all cases, are you? I had a go at fixing this while keeping the virtuality of the methods intact. While at it it also occured to me