delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2008/09/09/17:34:00

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
X-AuditID: 8b79118c-a5b71ba000006ecd-7d-48c6eb7f1870
Message-Id: <48C6EB78.4060305@saic.com>
Date: Tue, 09 Sep 2008 17:32:40 -0400
From: Roger Wells <ROGER DOT K DOT WELLS AT saic DOT com>
Reply-To: "WELLS, ROGER K." <ROGER DOT K DOT WELLS AT saic DOT com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080707)
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: SSH publickey problem, password works (Win 2003, OpenSSH_5.1p1, Cygwin DLL1.5.25 )
References: <48C640CF DOT 6060809 AT scn DOT org>
In-Reply-To: <48C640CF.6060809@scn.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

IIRC I had to set permissions on ~/.ssh to 700

Just Me wrote:
> I've been fighting with SSH for a week now, I've read everything I can
> google, it's finally time to ask for help.
>
> I can ssh to any account using a password, no problem.  It bombs with a
> cannot seteuid error in the event log when I use a keypair.
>
> The account name is sfinfo.
>
> The permissions of /home/sfinfo are 755
>
> The permissions of /home/sfinfo/.ssh are 755
>
> The permissions of /home/sfinfo/.ssh/authorized_keys are 644
>
> The authorized_keys file contains one DSA public key.
>
> The permissions on the private key, sfinfo_id_dsa are 600.
>
> RSAAuthentication and PubKeyAuthentication are both set to "yes" in
> sshd_config, and the AuthorizedKeysFile is set to .ssh/authorized_keys
>
> I'm using ssh -i sfinfo_id_dsa sfinfo AT localhost.
>
> I receive this error when running checkcheck as anyone but Administrator:
>
> sfinfo AT cit-8j0wppuv2l9 ~$ cygcheck.exe -s -v -r > ~/cygcheck2.txt
> /usr/bin/cygrunsrv: warning: OpenService failed for 'TapiSrv': Win32 error 5
> Access is denied.
>
>
> This is the result from doing cygcheck -s -v -r as the sfinfo user after
> ssh'ing in with a password:
>
> Cygwin Configuration Diagnostics
> Current System Time: Tue Sep 09 04:47:04 2008
>
> Windows 2003 Server Ver 5.2 Build 3790 Service Pack 2
>
> Path:    C:\cygwin\usr\local\bin
>     C:\cygwin\bin
>     C:\cygwin\bin
>     C:\cygwin\usr\X11R6\bin
>     c:\Program Files\Windows Resource Kits\Tools\
>     c:\WINDOWS\system32
>     c:\WINDOWS
>     c:\WINDOWS\System32\Wbem
>     C:\cygwin\bin
>
> Output from C:\cygwin\bin\id.exe (nontsec)
> UID: 1029(sfinfo) GID: 513(None)
> 513(None)         547(Power Users)  545(Users)
>
> Output from C:\cygwin\bin\id.exe (ntsec)
> UID: 1029(sfinfo) GID: 513(None)
> 513(None)         547(Power Users)  545(Users)
>
> SysDir: C:\WINDOWS\system32
> WinDir: C:\WINDOWS
>
> USER = 'sfinfo'
> PWD = '/home/sfinfo'
> CYGWIN = 'ntsec'
> HOME = '/home/sfinfo'
> MAKE_MODE = 'unix'
>
> HOMEPATH = '\cygwin\home\sfinfo'
> MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
> HOSTNAME = 'cit-8j0wppuv2l9'
> TERM = 'cygwin'
> SHELL = '/bin/bash'
> PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 104 Stepping 2, AuthenticAMD'
> WINDIR = 'C:\WINDOWS'
> SSH_CLIENT = '127.0.0.1 1037 22'
> OLDPWD = '/home/sfinfo'
> USERDOMAIN = 'CIT-8J0WPPUV2L9'
> SSH_TTY = '/dev/tty1'
> OS = 'Windows_NT'
> ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
> TEMP = '/cygdrive/c/DOCUME~1/CYG_SE~1.005/LOCALS~1/Temp'
> COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
> USERNAME = 'sfinfo'
> PROCESSOR_LEVEL = '15'
> MAIL = '/var/spool/mail/sfinfo'
> SYSTEMDRIVE = 'C:'
> PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
> LOGONSERVER = '\\CIT-8J0WPPUV2L9'
> PROCESSOR_ARCHITECTURE = 'x86'
> SHLVL = '1'
> PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
> HOMEDRIVE = 'C:'
> COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
> LOGNAME = 'sfinfo'
> TMP = '/cygdrive/c/DOCUME~1/CYG_SE~1.005/LOCALS~1/Temp'
> SYSTEMROOT = 'C:\WINDOWS'
> PRINTER = 'Microsoft XPS Document Writer'
> CVS_RSH = '/bin/ssh'
> PROCESSOR_REVISION = '6802'
> SSH_CONNECTION = '127.0.0.1 1037 127.0.0.1 22'
> INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
> PROGRAMFILES = 'C:\Program Files'
> NUMBER_OF_PROCESSORS = '1'
> COMPUTERNAME = 'CIT-8J0WPPUV2L9'
> _ = '/usr/bin/cygcheck.exe'
>
> HKEY_CURRENT_USER\Software\Cygnus Solutions
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
> HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
>   (default) = '/cygdrive'
>   cygdrive flags = 0x00000022
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
>   (default) = 'C:\cygwin'
>   flags = 0x0000000a
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
>   (default) = 'C:\cygwin/bin'
>   flags = 0x0000000a
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
>   (default) = 'C:\cygwin/lib'
>   flags = 0x0000000a
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
>
> a:  fd             N/A    N/A                   
> c:  hd  NTFS      7153Mb  82% CP CS UN PA FC    
> d:  cd  CDFS       565Mb 100%    CS              BRMSVOL_EN
>
> C:\cygwin      /          system  binmode
> C:\cygwin/bin  /usr/bin   system  binmode
> C:\cygwin/lib  /usr/lib   system  binmode
> .              /cygdrive  system  binmode,cygdrive
>
> Found: C:\cygwin\bin\awk.exe
> Found: C:\cygwin\bin\bash.exe
> Found: C:\cygwin\bin\cat.exe
> Found: C:\cygwin\bin\cp.exe
> Not Found: cpp (good!)
> Not Found: crontab
> Found: C:\cygwin\bin\find.exe
> Not Found: gcc
> Not Found: gdb
> Found: C:\cygwin\bin\grep.exe
> Found: C:\cygwin\bin\kill.exe
> Not Found: ld
> Found: C:\cygwin\bin\ls.exe
> Not Found: make
> Found: C:\cygwin\bin\mv.exe
> Not Found: patch
> Not Found: perl
> Found: C:\cygwin\bin\rm.exe
> Found: C:\cygwin\bin\sed.exe
> Found: C:\cygwin\bin\ssh.exe
> Found: C:\cygwin\bin\sh.exe
> Found: C:\cygwin\bin\tar.exe
> Found: C:\cygwin\bin\test.exe
> Not Found: vi
> Found: C:\cygwin\bin\vim.exe
>
>    61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
>                   "cygbz2-1.dll" v0.0 ts=2008/3/31 23:37
>     7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57
>  1057k 2008/06/09 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygcrypto-0.9.8.dll" v0.0 ts=2008/6/9 12:33
>    40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygform-8.dll" v0.0 ts=2006/11/15 2:06
>    48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
>                   "cygform7.dll" v0.0 ts=2003/8/9 5:25
>    25k 2008/01/04 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
>                   "cyghistory6.dll" v0.0 ts=2008/1/3 22:31
>   271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygicons-0.dll" v0.0 ts=2007/8/24 3:24
>   976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
>                   "cygiconv-2.dll" v0.0 ts=2006/10/22 19:44
>    37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
>                   "cygintl-2.dll" v0.0 ts=2003/8/10 17:50
>    31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
>                   "cygintl-3.dll" v0.0 ts=2005/11/19 21:04
>    31k 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygintl-8.dll" v0.0 ts=2006/10/22 20:12
>    21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygmenu-8.dll" v0.0 ts=2006/11/15 2:05
>    29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
>                   "cygmenu7.dll" v0.0 ts=2003/8/9 5:25
>    20k 2006/12/21 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.1 sys=4.0
>                   "cygminires.dll" v0.0 ts=2006/12/21 0:07
>    67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygncurses++-8.dll" v0.0 ts=2006/11/15 2:13
>   237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygncurses-8.dll" v0.0 ts=2006/11/15 2:02
>   224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
>                   "cygncurses7.dll" v0.0 ts=2003/8/9 5:24
>    12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpanel-8.dll" v0.0 ts=2006/11/15 2:04
>    19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpanel7.dll" v0.0 ts=2003/8/9 5:24
>   151k 2008/07/08 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpcre-0.dll" v0.0 ts=2008/7/8 15:30
>   303k 2008/07/08 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpcrecpp-0.dll" v0.0 ts=2008/7/8 15:30
>     7k 2008/07/08 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpcreposix-0.dll" v0.0 ts=2008/7/8 15:30
>    22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45
>   155k 2008/01/04 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
>                   "cygreadline6.dll" v0.0 ts=2008/1/3 22:31
>   219k 2008/06/09 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
>                   "cygssl-0.9.8.dll" v0.0 ts=2008/6/9 12:33
>    22k 2008/02/24 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
>                   "cygwrap-0.dll" v0.0 ts=2008/2/23 2:03
>    65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
>                   "cygz.dll" v0.0 ts=2006/10/15 21:10
>  1829k 2008/06/12 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>                   "cygwin1.dll" v0.0 ts=2008/6/12 13:35
>     Cygwin DLL version info:
>         DLL version: 1.5.25
>         DLL epoch: 19
>         DLL bad signal mask: 19005
>         DLL old termios: 5
>         DLL malloc env: 28
>         API major: 0
>         API minor: 156
>         Shared data: 4
>         DLL identifier: cygwin1
>         Mount registry: 2
>         Cygnus registry name: Cygnus Solutions
>         Cygwin registry name: Cygwin
>         Program options name: Program Options
>         Cygwin mount registry name: mounts v2
>         Cygdrive flags: cygdrive flags
>         Cygdrive prefix: cygdrive prefix
>         Cygdrive default prefix:
>         Build date: Thu Jun 12 19:34:46 CEST 2008
>         CVS tag: cr-0x5f1
>         Shared id: cygwin1S4
>
>
> Service             : sshd
> Display name        : CYGWIN sshd
> Current State       : Running
> Controls Accepted   : Stop
> Command             : /usr/sbin/sshd -D
> stdin path          : /dev/null
> stdout path         : /var/log/sshd.log
> stderr path         : /var/log/sshd.log
> Environment         : CYGWIN="ntsec"
> Process Type        : Own Process
> Startup             : Automatic
> Dependencies        : tcpip
> Account             : .\cyg_server
>
>
> Cygwin Package Information
> Last downloaded files to: C:\cygwin\pkgs
> Last downloaded files from:
> http://www.mirrorservice.org/sites/sourceware.org/pub/cygwin
>
> Package              Version
> _update-info-dir     00751-1
> alternatives         1.3.30c-2
> ash                  20040127-4
> base-files           3.7-1
> base-passwd          2.2-1
> bash                 3.2.39-20
> bzip2                1.0.5-2
> coreutils            6.10-1
> crypt                1.1-1
> csih                 0.1.8-1
> cygrunsrv            1.34-1
> cygutils             1.3.2-1
> cygwin               1.5.25-15
> cygwin-doc           1.4-4
> diffutils            2.8.7-1
> editrights           1.01-2
> findutils            4.4.0-3
> gawk                 3.1.6-1
> grep                 2.5.1a-4
> groff                1.19.2-2
> gzip                 1.3.12-2
> less                 382-1
> libbz2_1             1.0.5-2
> libiconv2            1.11-1
> libintl2             0.12.1-3
> libintl3             0.14.5-1
> libintl8             0.15-1
> libncurses7          5.3-4
> libncurses8          5.5-3
> libpcre0             7.7-2
> libpopt0             1.6.4-4
> libreadline6         5.2.12-10
> libwrap0             7.6-4
> login                1.9-8
> man                  1.6e-1
> minires              1.01-1
> nano                 2.0.6-1
> openssh              5.1p1-3
> openssl              0.9.8h-1
> rebase               2.4.4-1
> run                  1.1.10-1
> sed                  4.1.5-2
> tar                  1.20-1
> tcltk                20080420-1
> termcap              20050421-1
> terminfo             5.5_20061104-1
> texinfo              4.8a-1
> tzcode               2008a-1
> vim                  7.2-1
> which                2.19-1
> zlib                 1.2.3-2
> Use -h to see help about each section
>
>
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>
>   

-- 
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
roger DOT k DOT wells AT saic DOT com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019