Re: sshd interaction with desktop not working

2018-03-18 Thread R0b0t1
On Sun, Mar 18, 2018 at 8:52 AM, mhallnh wrote: > I guess I'll go back to my original solution which is to use PsExec from > Sysinternals. > > It's a little more complicated because you have to first run a script to > retrieve the Windows Session ID > > This script works: >

Re: sshd interaction with desktop not working

2018-03-18 Thread mhallnh
I guess I'll go back to my original solution which is to use PsExec from Sysinternals. It's a little more complicated because you have to first run a script to retrieve the Windows Session ID This script works: $username = 'mhall' $results = psexec \\192.168.X.XXX query session $id = $results |

Re: sshd interaction with desktop not working

2018-03-17 Thread R0b0t1
On Sat, Mar 17, 2018 at 2:47 PM, mhallnh wrote: > What's the answer? That CYGWIN sshd can not interact with the Windows > desktop? > It can if it is run from the desktop, but I think it is started in the privileged session for services. The problem with running it within a

Re: sshd interaction with desktop not working

2018-03-17 Thread mhallnh
What's the answer? That CYGWIN sshd can not interact with the Windows desktop? -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: sshd interaction with desktop not working

2018-03-16 Thread Andrey Repin
Greetings, mhallnh! > Has anyone been able to get the CYGWIN sssd service to interact with the > Windows desktop? > If yes could you please reply back with the details on how you got it to > work. Re-read the message you were replying to. It contains the answer. -- With best regards, Andrey

Re: sshd interaction with desktop not working

2018-03-16 Thread mhallnh
Has anyone been able to get the CYGWIN sssd service to interact with the Windows desktop? If yes could you please reply back with the details on how you got it to work. Thanks, Mitch Hall -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports:

Re: sshd interaction with desktop not working

2016-02-11 Thread Andrey Repin
Greetings, Aijaz Baig! Please don't top-post, thank you. > I was able to see some "action" by turning the > "NoInteractiveSercvices" option OFF in the registry. So now when I try > to run notepad.exe from the ssh shell, it asks me whether I'd like to > see the "message" and when I click yes, I

Re: sshd interaction with desktop not working

2016-02-10 Thread Aijaz Baig
Hello I was able to see some "action" by turning the "NoInteractiveSercvices" option OFF in the registry. So now when I try to run notepad.exe from the ssh shell, it asks me whether I'd like to see the "message" and when I click yes, I see some "window-like" thing on the desktop at which point

sshd interaction with desktop not working

2016-02-09 Thread Aijaz Baig
Hello I am SSH'ing into a windows 10 box from a Linux box. I've configured sshd on the windows box and I can properly SSH into it. X11 forwarding also works perfectly after having installed Xming on windows (not that it matters with this problem anyways). However I am unable to open any windows

Re: sshd interaction with desktop not working

2016-02-09 Thread Larry Hall (Cygwin)
On 2/9/2016 4:49 AM, Aijaz Baig wrote: Hello I am SSH'ing into a windows 10 box from a Linux box. I've configured sshd on the windows box and I can properly SSH into it. X11 forwarding also works perfectly after having installed Xming on windows (not that it matters with this problem anyways).