RE: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-18 Thread Maayan Apelboim
If password auth or `passwd -R' auth is used you'll have the "4(INTERACTIVE)" group in your `id' output. If S4ULogon is used you'll have the "2(NETWORK)" group in your `id' output. This is one way to identify which logon method has been used. I always get 4(INTERACTIVE) - with p

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-14 Thread Corinna Vinschen
On Mar 14 10:41, Maayan Apelboim wrote: > > When you login with stored password, Cygwin performs the same > LogonUser call as if you login with password, so the same user token > is generated. > > Off the top of my head I don't know why it shouldn't work for you. > You sure you have the correct p

RE: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-14 Thread Maayan Apelboim
When you login with stored password, Cygwin performs the same LogonUser call as if you login with password, so the same user token is generated. Off the top of my head I don't know why it shouldn't work for you. You sure you have the correct password stored? When you login and call `id', what

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-13 Thread Corinna Vinschen
Please, don't top-post. On Mar 13 08:31, Maayan Apelboim wrote: >> From: Corinna Vinschen >> Sent: Wednesday, March 6, 2019 2:28 PM >> To: cygwin@cygwin.com >> Subject: Re: can't access remote shares when using ssh with rsa key - passwd >> -R / set(e)ui

RE: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-13 Thread Maayan Apelboim
, 2019 2:28 PM To: cygwin@cygwin.com Subject: Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected On Mar 6 10:09, Maayan Apelboim wrote: > Well, it doesn't work OK unfortunately, but I'm not sure if I missed &g

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-06 Thread Corinna Vinschen
On Mar 6 13:28, Corinna Vinschen wrote: > On Mar 6 10:09, Maayan Apelboim wrote: > > Well, it doesn't work OK unfortunately, but I'm not sure if I missed > > something in the process, or is it just not working properly. > > I'm a bit worried to upgrade to 3.0.2 at the moment cause it's a major

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-06 Thread Corinna Vinschen
On Mar 6 10:09, Maayan Apelboim wrote: > Well, it doesn't work OK unfortunately, but I'm not sure if I missed > something in the process, or is it just not working properly. > I'm a bit worried to upgrade to 3.0.2 at the moment cause it's a major > version and will probably have new bugs that I

RE: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-06 Thread Maayan Apelboim
? Will it help with my network shares problem? Thank you for your reply -Original Message- From: Achim Gratz [mailto:strom...@nexgo.de] Sent: Tuesday, March 5, 2019 9:28 PM To: cygwin@cygwin.com Subject: Re: can't access remote shares when using ssh with rsa key - passwd -R / set(

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-05 Thread Achim Gratz
Maayan Apelboim writes: > To my understanding this feature should be working in older versions > as well. If it works OK with 2.11.2, then wait a few moments for 3.0.2 to appear and it should work the same, plus you can then run the service under Local System instead of the special cyg_server user

RE: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-03-05 Thread Maayan Apelboim
Repin [mailto:anrdae...@yandex.ru] Sent: Wednesday, February 27, 2019 2:46 AM To: Houder ; cygwin@cygwin.com Subject: Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected Greetings, Houder! > On Tue, 26 Feb 2019 18:01:18

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-02-26 Thread Andrey Repin
Greetings, Houder! > On Tue, 26 Feb 2019 18:01:18, Andrey Repin wrote: >> Greetings, Maayan Apelboim! >> >> > Hi, >> >> > I hope I'm mailing the proper mailing list.. >> > I am using password-less ssh login using RSA key to login windows servers >> > from linux. >> > I've read this article ab

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-02-26 Thread Houder
On Tue, 26 Feb 2019 18:01:18, Andrey Repin wrote: > Greetings, Maayan Apelboim! > > > Hi, > > > I hope I'm mailing the proper mailing list.. > > I am using password-less ssh login using RSA key to login windows servers > > from linux. > > I've read this article about network shares problems wh

Re: can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-02-26 Thread Andrey Repin
Greetings, Maayan Apelboim! > Hi, > I hope I'm mailing the proper mailing list.. > I am using password-less ssh login using RSA key to login windows servers > from linux. > I've read this article about network shares problems when using RSA key > instead password and decided method 2 is most sui

can't access remote shares when using ssh with rsa key - passwd -R / set(e)uid / LogonUser is not working as expected

2019-02-26 Thread Maayan Apelboim
Hi, I hope I'm mailing the proper mailing list.. I am using password-less ssh login using RSA key to login windows servers from linux. I've read this article about network shares problems when using RSA key instead password and decided method 2 is most suitable for my case: https://cygwin.com/cy