X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.6 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,TW_BG,TW_BJ,TW_BL,TW_BP,TW_BX,TW_IB,TW_KB,TW_MK,TW_XC,TW_XK,TW_XR,TW_YG X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: From: Kent Larsson Date: Sat, 10 Apr 2010 11:09:26 +0200 Received: by 10.204.7.82 with SMTP id c18mr1323296bkc.97.1270890586196; Sat, 10 Apr 2010 02:09:46 -0700 (PDT) Message-ID: Subject: Re: Problem with SSH log on through passwordless public key using the LSA security method on a Windows Server 2008 Standard machine To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi again, Has anyone got any idea on how to solve this? Do you know of *any* Windows 2008 Server Standard Cygwin installation which is used as an SSH-server where the users are able to login using a passwordless public key? I'm beginning to suspect that it's just not possible with this kind of Windows installation, which would be quite a problem. Best and quite desperate regards, Kent Larsson 2010/4/7 Kent Larsson : > Hi, > > I'm having problems logging in to a Windows Server 2008 Standard > machine using a password-less public key and I feel that I'm getting > nowhere closer to solving it. Despite my attempts the log in always > results in asking for my account password. Logging in using a password > works well, but I really need to log in using my public. > > What I've done is: > =A01. Turing DEP off by: bcdedit.exe /set {current} nx AlwaysOff > =A02. Installing Cygwin > =A03. Execute /usr/bin/cyglsa-config to use "Switching the user context > without password, Method 2: LSA authentication package" from > http://cygwin.com/cygwin-ug-net/ntsec.html followed by a computer > restart > =A04. Added the row "CYGWIN=3Dbinmode tty ntsec" (without ") to > c:\cygwin\Cygwin.bat > =A05. Execute "ssh-host-config" choosing the defaults, I wrote "binmode > tty ntsec" when asked for the CYGWIN contents > > After that, the system has been restarted numerous times. I also have > "Cron deamon" running, under a domain account. But I don't think it > affects the issue. I'm able to log in using a password, but not using > a public key. Also the su command doesn't work, it asks me for a > password when issuing it and always respons with "su: /bin/bash: > Permission denied", that one might be related? > > Below are some output which might make it easier to know what's wrong > divided into ** headlines **. > > Thank you for reading! I hope someone has a tip or two. Any help is > greatly appreciated! :-) > > Best regards, > Kent Larsson > > ** bcdedit.exe ** > > C:\Users\netdevel>bcdedit.exe > > Windows Boot Manager > -------------------- > identifier =A0 =A0 =A0 =A0 =A0 =A0 =A0{bootmgr} > device =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0partition=3DC: > description =A0 =A0 =A0 =A0 =A0 =A0 Windows Boot Manager > locale =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0en-US > inherit =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {globalsettings} > default =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {current} > displayorder =A0 =A0 =A0 =A0 =A0 =A0{current} > toolsdisplayorder =A0 =A0 =A0 {memdiag} > timeout =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 30 > resume =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0No > > Windows Boot Loader > ------------------- > identifier =A0 =A0 =A0 =A0 =A0 =A0 =A0{current} > device =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0partition=3DC: > path =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0\Windows\system32\winload.exe > description =A0 =A0 =A0 =A0 =A0 =A0 Microsoft Windows Server 2008 > locale =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0en-US > inherit =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {bootloadersettings} > osdevice =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0partition=3DC: > systemroot =A0 =A0 =A0 =A0 =A0 =A0 =A0\Windows > resumeobject =A0 =A0 =A0 =A0 =A0 =A0{13f36e53-1fe7-11df-8fce-99bbadfdd430} > nx =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0AlwaysOff > > ** The ssh-host-config script and some thoughts ** > > /usr/share/doc/Cygwin/openssh.README says: > 1. The user which runs the "CYGWIN sshd"-service should have the rights: > =A0a. "Create a token object" > =A0b. "Logon as a service" > =A0c. "Replace a process level token" > =A0d. "Increase Quota" > 2. The "ssh-host-config" script asks you, if it should create such an > account, called "sshd_server" with the correct (above) rights. > 3. Note that ssh-user-config sets the permissions on 2003 Server > machines dependent of whether a sshd_server account exists or not. > > I don't understand [3] above and [2] doesn't seem to be quite right > any more? As far as I can tell, when I ran the script and an account > named "cyg_server" was created. The "CYGWIN sshd"-service is running > under the created account. > > By logging on to the server and "Start / Administrative Tools / Local > Security Policy / Local Policies / User Rights Assignment" I'm able to > verify that the "cyg_server" which runs the "CYGWIN sshd"-service has > the 1a,1b,1c rights. But the 1d (Increase Quota) can not be found > under "User Rights Assignment". The two who start with "Increase" are > "Increase a process working set" and "Increase scheduling priority". > Neither of which the "cyg_server" account is assigned. > > What's different from the README above is the account name, and maybe > the lack of "Increase Quota" (I have no idea where I should be able to > find it if not where I looked, and if it really is necessary). > > ** Cygwin version ** > > $ uname -a > CYGWIN_NT-6.0 kentl 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin > > ** Installed Cygwin packages ** > > $ cygcheck -c > Cygwin Package Information > Package =A0 =A0 =A0 =A0 =A0 =A0 =A0Version =A0 =A0 =A0 =A0 =A0 =A0 Status > _update-info-dir =A0 =A0 00871-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > alternatives =A0 =A0 =A0 =A0 1.3.30c-10 =A0 =A0 =A0 =A0 =A0OK > arj =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A03.10.22-1 =A0 =A0 =A0 =A0 =A0 OK > aspell =A0 =A0 =A0 =A0 =A0 =A0 =A0 0.60.5-1 =A0 =A0 =A0 =A0 =A0 =A0OK > aspell-en =A0 =A0 =A0 =A0 =A0 =A06.0.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > aspell-sv =A0 =A0 =A0 =A0 =A0 =A00.50.2-2 =A0 =A0 =A0 =A0 =A0 =A0OK > autossh =A0 =A0 =A0 =A0 =A0 =A0 =A01.4b-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > base-cygwin =A0 =A0 =A0 =A0 =A02.1-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > base-files =A0 =A0 =A0 =A0 =A0 3.9-3 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > base-passwd =A0 =A0 =A0 =A0 =A03.1-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > bash =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 3.2.49-23 =A0 =A0 =A0 =A0 =A0 OK > bash-completion =A0 =A0 =A01.1-2 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > bc =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.06-2 =A0 =A0 =A0 =A0 =A0 =A0 =A0= OK > bzip2 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.5-10 =A0 =A0 =A0 =A0 =A0 =A0OK > cabextract =A0 =A0 =A0 =A0 =A0 1.1-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > compface =A0 =A0 =A0 =A0 =A0 =A0 1.5.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > coreutils =A0 =A0 =A0 =A0 =A0 =A07.0-2 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > cron =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 4.1-59 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > crypt =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.1-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > csih =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 0.9.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > curl =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 7.19.6-1 =A0 =A0 =A0 =A0 =A0 =A0OK > cvs =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.12.13-10 =A0 =A0 =A0 =A0 =A0OK > cvsutils =A0 =A0 =A0 =A0 =A0 =A0 0.2.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > cygrunsrv =A0 =A0 =A0 =A0 =A0 =A01.34-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > cygutils =A0 =A0 =A0 =A0 =A0 =A0 1.4.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > cygwin =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.7.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > cygwin-doc =A0 =A0 =A0 =A0 =A0 1.5-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > cygwin-x-doc =A0 =A0 =A0 =A0 1.1.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > dash =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 0.5.5.1-2 =A0 =A0 =A0 =A0 =A0 OK > diffutils =A0 =A0 =A0 =A0 =A0 =A02.8.7-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > doxygen =A0 =A0 =A0 =A0 =A0 =A0 =A01.6.1-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > e2fsprogs =A0 =A0 =A0 =A0 =A0 =A01.35-3 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > editrights =A0 =A0 =A0 =A0 =A0 1.01-2 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > emacs =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A023.1-10 =A0 =A0 =A0 =A0 =A0 =A0 OK > emacs-X11 =A0 =A0 =A0 =A0 =A0 =A023.1-10 =A0 =A0 =A0 =A0 =A0 =A0 OK > file =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 5.04-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > findutils =A0 =A0 =A0 =A0 =A0 =A04.5.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > flip =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.19-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > font-adobe-dpi75 =A0 =A0 1.0.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > font-alias =A0 =A0 =A0 =A0 =A0 1.0.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > font-encodings =A0 =A0 =A0 1.0.3-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > font-misc-misc =A0 =A0 =A0 1.1.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > fontconfig =A0 =A0 =A0 =A0 =A0 2.8.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > gamin =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A00.1.10-10 =A0 =A0 =A0 =A0 =A0 OK > gawk =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 3.1.7-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > gettext =A0 =A0 =A0 =A0 =A0 =A0 =A00.17-11 =A0 =A0 =A0 =A0 =A0 =A0 OK > gnome-icon-theme =A0 =A0 2.28.0-1 =A0 =A0 =A0 =A0 =A0 =A0OK > grep =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 2.5.4-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > groff =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.19.2-2 =A0 =A0 =A0 =A0 =A0 =A0OK > gvim =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 7.2.264-1 =A0 =A0 =A0 =A0 =A0 OK > gzip =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.3.12-2 =A0 =A0 =A0 =A0 =A0 =A0OK > hicolor-icon-theme =A0 0.11-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > inetutils =A0 =A0 =A0 =A0 =A0 =A01.5-6 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > ipc-utils =A0 =A0 =A0 =A0 =A0 =A01.0-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > keychain =A0 =A0 =A0 =A0 =A0 =A0 2.6.8-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > less =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 429-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > libaspell15 =A0 =A0 =A0 =A0 =A00.60.5-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libatk1.0_0 =A0 =A0 =A0 =A0 =A01.28.0-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libaudio2 =A0 =A0 =A0 =A0 =A0 =A01.9.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libbz2_1 =A0 =A0 =A0 =A0 =A0 =A0 1.0.5-10 =A0 =A0 =A0 =A0 =A0 =A0OK > libcairo2 =A0 =A0 =A0 =A0 =A0 =A01.8.8-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libcurl4 =A0 =A0 =A0 =A0 =A0 =A0 7.19.6-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libdb4.2 =A0 =A0 =A0 =A0 =A0 =A0 4.2.52.5-2 =A0 =A0 =A0 =A0 =A0OK > libdb4.5 =A0 =A0 =A0 =A0 =A0 =A0 4.5.20.2-2 =A0 =A0 =A0 =A0 =A0OK > libexpat1 =A0 =A0 =A0 =A0 =A0 =A02.0.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libfam0 =A0 =A0 =A0 =A0 =A0 =A0 =A00.1.10-10 =A0 =A0 =A0 =A0 =A0 OK > libfontconfig1 =A0 =A0 =A0 2.8.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libfontenc1 =A0 =A0 =A0 =A0 =A01.0.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libfreetype6 =A0 =A0 =A0 =A0 2.3.12-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libgcc1 =A0 =A0 =A0 =A0 =A0 =A0 =A04.3.4-3 =A0 =A0 =A0 =A0 =A0 =A0 OK > libgdbm4 =A0 =A0 =A0 =A0 =A0 =A0 1.8.3-20 =A0 =A0 =A0 =A0 =A0 =A0OK > libgdk_pixbuf2.0_0 =A0 2.18.6-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libgif4 =A0 =A0 =A0 =A0 =A0 =A0 =A04.1.6-10 =A0 =A0 =A0 =A0 =A0 =A0OK > libGL1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 7.6.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libglib2.0_0 =A0 =A0 =A0 =A0 2.22.4-2 =A0 =A0 =A0 =A0 =A0 =A0OK > libglitz1 =A0 =A0 =A0 =A0 =A0 =A00.5.6-10 =A0 =A0 =A0 =A0 =A0 =A0OK > libgmp3 =A0 =A0 =A0 =A0 =A0 =A0 =A04.3.1-3 =A0 =A0 =A0 =A0 =A0 =A0 OK > libgtk2.0_0 =A0 =A0 =A0 =A0 =A02.18.6-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libICE6 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.6-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libiconv2 =A0 =A0 =A0 =A0 =A0 =A01.13.1-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libidn11 =A0 =A0 =A0 =A0 =A0 =A0 1.16-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libintl3 =A0 =A0 =A0 =A0 =A0 =A0 0.14.5-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libintl8 =A0 =A0 =A0 =A0 =A0 =A0 0.17-11 =A0 =A0 =A0 =A0 =A0 =A0 OK > libjasper1 =A0 =A0 =A0 =A0 =A0 1.900.1-1 =A0 =A0 =A0 =A0 =A0 OK > libjbig2 =A0 =A0 =A0 =A0 =A0 =A0 2.0-11 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libjpeg62 =A0 =A0 =A0 =A0 =A0 =A06b-21 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > libjpeg7 =A0 =A0 =A0 =A0 =A0 =A0 7-10 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > liblzma1 =A0 =A0 =A0 =A0 =A0 =A0 4.999.9beta-10 =A0 =A0 =A0OK > libncurses10 =A0 =A0 =A0 =A0 5.7-18 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libncurses8 =A0 =A0 =A0 =A0 =A05.5-10 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libncurses9 =A0 =A0 =A0 =A0 =A05.7-16 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libopenldap2_3_0 =A0 =A0 2.3.43-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libpango1.0_0 =A0 =A0 =A0 =A01.26.2-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libpcre0 =A0 =A0 =A0 =A0 =A0 =A0 8.00-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libpixman1_0 =A0 =A0 =A0 =A0 0.16.6-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libpng12 =A0 =A0 =A0 =A0 =A0 =A0 1.2.35-10 =A0 =A0 =A0 =A0 =A0 OK > libpopt0 =A0 =A0 =A0 =A0 =A0 =A0 1.6.4-4 =A0 =A0 =A0 =A0 =A0 =A0 OK > libpq5 =A0 =A0 =A0 =A0 =A0 =A0 =A0 8.2.11-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libreadline6 =A0 =A0 =A0 =A0 5.2.14-12 =A0 =A0 =A0 =A0 =A0 OK > libreadline7 =A0 =A0 =A0 =A0 6.0.3-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > libsasl2 =A0 =A0 =A0 =A0 =A0 =A0 2.1.19-3 =A0 =A0 =A0 =A0 =A0 =A0OK > libSM6 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.1.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libssh2_1 =A0 =A0 =A0 =A0 =A0 =A01.2.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libssp0 =A0 =A0 =A0 =A0 =A0 =A0 =A04.3.4-3 =A0 =A0 =A0 =A0 =A0 =A0 OK > libstdc++6 =A0 =A0 =A0 =A0 =A0 4.3.4-3 =A0 =A0 =A0 =A0 =A0 =A0 OK > libtiff5 =A0 =A0 =A0 =A0 =A0 =A0 3.9.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libwrap0 =A0 =A0 =A0 =A0 =A0 =A0 7.6-20 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libX11_6 =A0 =A0 =A0 =A0 =A0 =A0 1.3.3-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXau6 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXaw3d7 =A0 =A0 =A0 =A0 =A0 =A01.5D-8 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > libXaw7 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.7-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libxcb-render-util0 =A00.3.6-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libxcb-render0 =A0 =A0 =A0 1.5-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > libxcb1 =A0 =A0 =A0 =A0 =A0 =A0 =A01.5-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXcomposite1 =A0 =A0 =A0 0.4.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXcursor1 =A0 =A0 =A0 =A0 =A01.1.10-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libXdamage1 =A0 =A0 =A0 =A0 =A01.1.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXdmcp6 =A0 =A0 =A0 =A0 =A0 =A01.0.3-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXext6 =A0 =A0 =A0 =A0 =A0 =A0 1.1.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXfixes3 =A0 =A0 =A0 =A0 =A0 4.0.4-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXft2 =A0 =A0 =A0 =A0 =A0 =A0 =A02.1.14-1 =A0 =A0 =A0 =A0 =A0 =A0OK > libXi6 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.3-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXinerama1 =A0 =A0 =A0 =A0 1.1-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > libxkbfile1 =A0 =A0 =A0 =A0 =A01.0.6-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libxml2 =A0 =A0 =A0 =A0 =A0 =A0 =A02.7.6-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXmu6 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXmuu1 =A0 =A0 =A0 =A0 =A0 =A0 1.0.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXpm4 =A0 =A0 =A0 =A0 =A0 =A0 =A03.5.8-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXrandr2 =A0 =A0 =A0 =A0 =A0 1.3.0-10 =A0 =A0 =A0 =A0 =A0 =A0OK > libXrender1 =A0 =A0 =A0 =A0 =A00.9.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > libXt6 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.0.7-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > links =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.00pre20-1 =A0 =A0 =A0 =A0 OK > login =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.10-10 =A0 =A0 =A0 =A0 =A0 =A0 OK > luit =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.0.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > lynx =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 2.8.5-4 =A0 =A0 =A0 =A0 =A0 =A0 OK > man =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.6e-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0= OK > minires =A0 =A0 =A0 =A0 =A0 =A0 =A01.02-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > mkfontdir =A0 =A0 =A0 =A0 =A0 =A01.0.5-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > mkfontscale =A0 =A0 =A0 =A0 =A01.0.7-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > openssh =A0 =A0 =A0 =A0 =A0 =A0 =A05.4p1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > openssl =A0 =A0 =A0 =A0 =A0 =A0 =A00.9.8m-1 =A0 =A0 =A0 =A0 =A0 =A0OK > patch =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A02.5.8-9 =A0 =A0 =A0 =A0 =A0 =A0 OK > patchutils =A0 =A0 =A0 =A0 =A0 0.3.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > perl =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 5.10.1-3 =A0 =A0 =A0 =A0 =A0 =A0OK > rebase =A0 =A0 =A0 =A0 =A0 =A0 =A0 3.0.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > run =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.1.12-11 =A0 =A0 =A0 =A0 =A0 OK > screen =A0 =A0 =A0 =A0 =A0 =A0 =A0 4.0.3-5 =A0 =A0 =A0 =A0 =A0 =A0 OK > sed =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A04.1.5-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > shared-mime-info =A0 =A0 0.70-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > tar =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.22.90-1 =A0 =A0 =A0 =A0 =A0 OK > terminfo =A0 =A0 =A0 =A0 =A0 =A0 5.7_20091114-13 =A0 =A0 OK > terminfo0 =A0 =A0 =A0 =A0 =A0 =A05.5_20061104-11 =A0 =A0 OK > texinfo =A0 =A0 =A0 =A0 =A0 =A0 =A04.13-3 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > tidy =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 041206-1 =A0 =A0 =A0 =A0 =A0 =A0OK > time =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.7-2 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > tzcode =A0 =A0 =A0 =A0 =A0 =A0 =A0 2009k-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > unzip =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A06.0-10 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > util-linux =A0 =A0 =A0 =A0 =A0 2.14.1-1 =A0 =A0 =A0 =A0 =A0 =A0OK > vim =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A07.2.264-2 =A0 =A0 =A0 =A0 =A0 OK > wget =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.11.4-4 =A0 =A0 =A0 =A0 =A0 =A0OK > which =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A02.20-2 =A0 =A0 =A0 =A0 =A0 =A0 =A0OK > wput =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 0.6.1-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > xauth =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.4-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xclipboard =A0 =A0 =A0 =A0 =A0 1.1.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xcursor-themes =A0 =A0 =A0 1.0.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xemacs =A0 =A0 =A0 =A0 =A0 =A0 =A0 21.4.22-1 =A0 =A0 =A0 =A0 =A0 OK > xemacs-emacs-common =A021.4.22-1 =A0 =A0 =A0 =A0 =A0 OK > xemacs-sumo =A0 =A0 =A0 =A0 =A02007-04-27-1 =A0 =A0 =A0 =A0OK > xemacs-tags =A0 =A0 =A0 =A0 =A021.4.22-1 =A0 =A0 =A0 =A0 =A0 OK > xeyes =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.1.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xinit =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.2.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xinput =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.5.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xkbcomp =A0 =A0 =A0 =A0 =A0 =A0 =A01.1.1-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xkeyboard-config =A0 =A0 1.8-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > xkill =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.2-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xmodmap =A0 =A0 =A0 =A0 =A0 =A0 =A01.0.4-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xorg-docs =A0 =A0 =A0 =A0 =A0 =A01.5-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > xorg-server =A0 =A0 =A0 =A0 =A01.7.6-2 =A0 =A0 =A0 =A0 =A0 =A0 OK > xrdb =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.0.6-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xset =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.1.0-1 =A0 =A0 =A0 =A0 =A0 =A0 OK > xterm =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0255-1 =A0 =A0 =A0 =A0 =A0 =A0 =A0 OK > xz =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 4.999.9beta-10 =A0 =A0 =A0OK > zip =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A03.0-11 =A0 =A0 =A0 =A0 =A0 =A0 =A0= OK > zlib =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.2.3-10 =A0 =A0 =A0 =A0 =A0 =A0OK > zlib-devel =A0 =A0 =A0 =A0 =A0 1.2.3-10 =A0 =A0 =A0 =A0 =A0 =A0OK > zlib0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A01.2.3-10 =A0 =A0 =A0 =A0 =A0 =A0OK > > ** sshd_config ** > > $ cat /etc/sshd_config | sed -e 's/^[ \t]\+//g' | egrep -v '^#|^[ > \t]*$' # Show all lines of importance (not a comment, nor blank) > Port 22 > Protocol 2 > StrictModes no > RSAAuthentication yes > PubkeyAuthentication yes > AuthorizedKeysFile =A0 =A0 =A0.ssh/authorized_keys > AllowAgentForwarding yes > AllowTcpForwarding yes > GatewayPorts yes > X11Forwarding yes > X11DisplayOffset 10 > X11UseLocalhost no > TCPKeepAlive yes > UsePrivilegeSeparation yes > Subsystem =A0 =A0 =A0 sftp =A0 =A0/usr/sbin/sftp-server > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple