Re: how to verify setup.exe signature

2012-03-29 Thread Alexey Luchko
On 28.03.2012 18:14, Thrall, Bryan wrote: I was concerning how to verify http://cygwin.com/setup.exe for some time. Today I've got an idea to check for .sig file and it is there too. However, cygwin's public key is required to check it. Where is it supposed to be? I think the links in the

how to verify setup.exe signature

2012-03-28 Thread Alexey Luchko
Hi! I was concerning how to verify http://cygwin.com/setup.exe for some time. Today I've got an idea to check for .sig file and it is there too. However, cygwin's public key is required to check it. Where is it supposed to be? I've found '08 thread on the related subject

Re: sshd on win7 x64

2011-08-12 Thread Alexey Luchko
Hi! I've got back and tried to set up sshd again. Now it tricks me in other way. It fails on seteuid() when I try to connect with a domain user. $ /usr/sbin/sshd.exe -dd ... debug1: userauth-request for user domain_user service ssh-connection method publickey debug1: attempt 1 failures 0

Re: sshd on win7

2011-08-08 Thread Alexey Luchko
Hi! Today I tried login to sshd running as windows service. ssh client told: user@localhost's password: Last login: Mon Aug 8 19:21:03 2011 from ::1 /bin/bash: Permission denied Connection to localhost closed. However, /bin/bash exists and the user is able to run it and the privilege

Re: Re: sshd failes allocating /dev/tty[0-9]

2011-08-03 Thread Alexey Luchko
On 21:59, Larry Hall (Cygwin) wrote: On 8/2/2011 7:32 AM, Alexey Luchko wrote: Cygwin Configuration Diagnostics atteched. Maybe crank up the debugging flags to maximum? I assume sshd is still stopped from your last run of sshd -d. If that doesn't sound right to you, you may want

sshd failes allocating /dev/tty[0-9]

2011-08-02 Thread Alexey Luchko
Cygwin Configuration Diagnostics atteched. Maybe crank up the debugging flags to maximum? I assume sshd is still stopped from your last run of sshd -d. If that doesn't sound right to you, you may want to investigate why it's not running now. sshd was stopped while that run because it did

sshd conflicts with mintty allocating /dev/tty[0-9]

2011-08-01 Thread Alexey Luchko
Hi, everyone! I've run mkpasswd and mkgroups, installed sshd, run sshd-host-config, turned on privilege separation, installed it as a service. 'CYGWIN sshd' service starts normally but it closes connection right after successful login: $ ssh localhost user@localhost's password: Connection

Re: sshd conflicts with mintty allocating /dev/tty[0-9]

2011-08-01 Thread Alexey Luchko
On 01.08.2011 18:51, Alexey Luchko wrote: I've run mkpasswd and mkgroups, installed sshd, run sshd-host-config, turned on privilege separation, installed it as a service. 'CYGWIN sshd' service starts normally but it closes connection right after successful login: $ ssh localhost user