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

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

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',

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)uid / LogonUser is not working as expected >>

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
Hi, I appreciate your detailed response, however, stored passwords doesn't work properly. I've read the article and ran passwd -R as described - no errors generated and I was able to find the relevant registry entry after running the command, but still can't access network shares (access

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
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 wouldn't want to find in production. Assuming

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

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
To my understanding this feature should be working in older versions as well. I have Cygwin running on production servers. If I upgrade one I need to upgrade all, so I prefer to see if anyone has any suggestion before trying to upgrade. Regards, Maayan -Original Message- From: Andrey

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

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

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