Patch for openssh : allow to use AuthorizedKeysCommand on sshd on cygwin

2017-07-31 Thread Pierre Souchay
Hello, Please consider this patch: https://github.com/pierresouchay/cygwin_patches/blob/master/openssh.patch It patches opensshd to allow to use the AuthorizedKeysCommand on Cygwin (similar to https://github.com/openssh/openssh-portable/pull/72 ) Regards Pierre Souchay

Re: Patch for openssh : allow to use AuthorizedKeysCommand on sshd on cygwin

2017-07-31 Thread Corinna Vinschen
On Jul 31 20:38, Pierre Souchay wrote: > Hello, > > Please consider this patch: > https://github.com/pierresouchay/cygwin_patches/blob/master/openssh.patch > > It patches opensshd to allow to use the AuthorizedKeysCommand on Cygwin > (similar to https://github.com/openssh/openssh-portable/pull/

Re: Patch for openssh : allow to use AuthorizedKeysCommand on sshd on cygwin

2017-07-31 Thread Pierre Souchay
Hi Corinna, > On 31 Jul 2017, at 22:12, Corinna Vinschen wrote: > > On Jul 31 20:38, Pierre Souchay wrote: >> Hello, >> >> Please consider this patch: >> https://github.com/pierresouchay/cygwin_patches/blob/master/openssh.patch >> >> It patches opensshd to allow to use the AuthorizedKeysComma

Re: Patch for openssh : allow to use AuthorizedKeysCommand on sshd on cygwin

2017-08-01 Thread Corinna Vinschen
On Jul 31 23:07, Pierre Souchay wrote: > Hi Corinna, > > > On 31 Jul 2017, at 22:12, Corinna Vinschen > > wrote: > > > > On Jul 31 20:38, Pierre Souchay wrote: > >> Hello, > >> > >> Please consider this patch: > >> https://github.com/pierresouchay/cygwin_patches/blob/master/openssh.patch > >>

Re: Patch for openssh : allow to use AuthorizedKeysCommand on sshd on cygwin

2017-08-01 Thread Achim Gratz
Pierre Souchay writes: > (The issue being that root on CYGWIN is not uid=0 but uid=18 aka > SYSTEM) This is a misconception. There is no root user on Windows and consequently there is none on Cygwin. There are multiple possibilities of what could be usefully considered a proxy for root, so it's

Re: Patch for openssh : allow to use AuthorizedKeysCommand on sshd on cygwin

2017-08-01 Thread Pierre Souchay
Hello, > On 1 Aug 2017, at 20:25, Achim Gratz wrote: > > Pierre Souchay writes: >> (The issue being that root on CYGWIN is not uid=0 but uid=18 aka >> SYSTEM) > > This is a misconception. There is no root user on Windows and > consequently there is none on Cygwin. There are multiple possibili