This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh to 2003 server exist immediately


* * wrote:
You might try reconfiguring with "privilege separation" turned on. Also, turn on auditing of failed file access, and/or run sysInternals RegMon and FileMon.
Reconfigured with privilege separation turned on. Same problem. Interesting note: I removed /var/empty so that the ssh-host-config would recreate it. It does, but it's owned by my user. Starting sshd yields the following in /var/log/sshd.log:

/var/empty must be owned by root and not group or world-writable.

At first I did chown SYSTEM:SYSTEM /var/empty but that didn't help. It was not until I did a chown sshd_server /var/empty that I was able to start sshd. It was not apparent to me that, in this context, "root" == "sshd_server" nor that ssh-host-config, knowing that I'm running on 2003 and needing to create a local sshd_server user and using privilege separation, would not know to do a chown sshd_server on /var/empty. Bug?
I think your sshd_server user doesn't have permission to execute Winsock2 which is %SYSTEMROOT%\System32\ws2_32.dll or one of it's dependencies. Did you also check the Application Event Log?
Again, whenever I go to view the Application log in the Event Viewer after trying an ssh it's corrupted. I can right click on the Application log and Clear All Events, thus creating a new Application log, which works. But if I do an ssh and go back to the Event Viewer it says the Application log is corrupted!

Meantime I edited sshd_server's rights so I could do a "runas /user:sshd_server cmd". From here I started bash --login -i then did an "strace /usr/sbin/sshd -d > /tmp/sshd.strace.log 2>&1" (attached). The "relevant" part seems to be here:

61 3956481 [main] sshd 1404 sync_with_parent: no problems 84 3956501 [main] sshd 5380 child_info::sync: n 2, waiting for subproc_ready(0x598) and child process(0x588) 45 3956526 [main] sshd 1404 frok::child: hParent 0x594, child 1 first_dll 0x28010000, load_dlls 0 82 3956608 [main] sshd 1404 set_privilege: 0 = set_privilege ((token 77C) SeRestorePrivilege, 1) 60 3956668 [main] sshd 1404 set_privilege: 1 = set_privilege ((token 77C) SeChangeNotifyPrivilege, 1) 61 3956729 [main] sshd 1404 set_file_api_mode: File APIs set to ANSI 58 3956787 [main] sshd 1404 dtable::fixup_after_fork: fd 3 () 57 3956844 [main] sshd 1404 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174 3957121 [main] sshd 1404 C:\Cygwin\usr\sbin\sshd.exe: *** fatal error - could not load ws2_32, Win32 error 0 277 3957121 [main] sshd 1404 C:\Cygwin\usr\sbin\sshd.exe: *** fatal error - could not load ws2_32, Win32 error 0 1171 3958292 [main] sshd 1404 sigproc_terminate: entering 53 3958345 [main] sshd 1404 sig_send: my_sendsig 0x0, myself->sendsig 0x0, exit_state 12 55 3958400 [main] sshd 1404 __set_errno: int sig_send(_pinfo*, siginfo_t&, _cygtls*):558 val 11 56 3958456 [main] sshd 1404 sig_send: returning 0x1 from sending signal -42 53 3958509 [main] sshd 1404 proc_terminate: nprocs 0 52 3958561 [main] sshd 1404 proc_terminate: leaving 108 3958669 [main] sshd 1404 __to_clock_t: dwHighDateTime 0, dwLowDateTime 156250 57 3958726 [main] sshd 1404 __to_clock_t: total 00000000 0000000F 53 3958779 [main] sshd 1404 __to_clock_t: dwHighDateTime 0, dwLowDateTime 0 52 3958831 [main] sshd 1404 __to_clock_t: total 00000000 00000000 1179 3960010 [main] sshd 1404 pinfo::exit: Calling ExitProcess n 0x1, exitcode 0x1


I'd appreciate any pointers (guesses) at this point?
**********************************************
Program name: C:\Cygwin\usr\sbin\sshd.exe (pid 5380, ppid 1)
App version:  1005.19, api: 0.150
DLL version:  1005.19, api: 0.150
DLL build:    2006-01-20 13:28
OS version:   Windows NT-5.2
Heap size:    402653184
Date/Time:    2006-05-15 22:33:09
**********************************************
   74     673 [main] sshd 5380 set_myself: myself->dwProcessId 5380
   73     746 [main] sshd 5380 time: 1147757589 = time (0)
  556    1302 [main] sshd 5380 environ_init: GetEnvironmentStrings returned 0x245B28 - "=C:=C:\WINDOWS\system32"
  122    1424 [main] sshd 5380 environ_init: 0x10010238: !C:=C:\WINDOWS\system32
  210    1634 [main] sshd 5380 environ_init: 0x10010258: ALLUSERSPROFILE=C:\Documents and Settings\All Users
  104    1738 [main] sshd 5380 environ_init: 0x10010290: ASANY8=C:\Program Files\Rational\SqlAnywhere8
  101    1839 [main] sshd 5380 environ_init: 0x100102C8: ASANYSH8=C:\Program Files\Rational\SqlAnywhere8
  102    1941 [main] sshd 5380 environ_init: 0x10010300: CLUSTERLOG=C:\WINDOWS\Cluster\cluster.log
  101    2042 [main] sshd 5380 environ_init: 0x10010330: COMMONPROGRAMFILES=C:\Program Files\Common Files
  103    2145 [main] sshd 5380 environ_init: 0x10010368: COMPUTERNAME=SONS-SC-CC
  101    2246 [main] sshd 5380 environ_init: 0x10010388: COMSPEC=C:\WINDOWS\system32\cmd.exe
  108    2354 [main] sshd 5380 parse_options: ntsec (called func)
  102    2456 [main] sshd 5380 parse_options: smbntsec (called func)
  100    2556 [main] sshd 5380 parse_options: returning
   52    2608 [main] sshd 5380 environ_init: 0x100103B0: CYGWIN=ntsec smbntsec
  102    2710 [main] sshd 5380 environ_init: 0x100103F0: FP_NO_HOST_CHECK=NO
  108    2818 [main] sshd 5380 getwinenv: can't set native for HOME= since no environ yet
  108    2926 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\var\empty, no-keep-rel, no-add-slash)
   56    2982 [main] sshd 5380 normalize_win32_path: C:\Cygwin\var\empty = normalize_win32_path (C:\Cygwin\var\empty)
   63    3045 [main] sshd 5380 mount_info::conv_to_posix_path: /var/empty = conv_to_posix_path (C:\Cygwin\var\empty)
  152    3197 [main] sshd 5380 win_env::add_cache: posix /var/empty
   53    3250 [main] sshd 5380 win_env::add_cache: native HOME=C:\Cygwin\var\empty
   52    3302 [main] sshd 5380 posify: env var converted to HOME=/var/empty
  100    3402 [main] sshd 5380 environ_init: 0x10010428: HOME=/var/empty
  102    3504 [main] sshd 5380 environ_init: 0x10010568: IBMLDAP_ALTHOME=C:\Program Files\Rational\common\codeset
  102    3606 [main] sshd 5380 environ_init: 0x10010408: MAKE_MODE=unix
  101    3707 [main] sshd 5380 environ_init: 0x100105A8: MANPATH=:/usr/ssl/man
  103    3810 [main] sshd 5380 environ_init: 0x100105C8: NUMBER_OF_PROCESSORS=4
  101    3911 [main] sshd 5380 environ_init: 0x100105E8: NUTSUFFIX=1
  102    4013 [main] sshd 5380 environ_init: 0x100105F8: NUT_SUFFIXED_SEARCHING=1
  102    4115 [main] sshd 5380 environ_init: 0x10010618: OLDPWD=/dev/c/WINDOWS/system32
  101    4216 [main] sshd 5380 environ_init: 0x10010640: OS=Windows_NT
  103    4319 [main] sshd 5380 getwinenv: can't set native for PATH= since no environ yet
   59    4378 [main] sshd 5380 normalize_posix_path: src .
   58    4436 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\var\empty, no-keep-rel, no-add-slash)
   52    4488 [main] sshd 5380 normalize_win32_path: C:\Cygwin\var\empty = normalize_win32_path (C:\Cygwin\var\empty)
   55    4543 [main] sshd 5380 mount_info::conv_to_posix_path: /var/empty = conv_to_posix_path (C:\Cygwin\var\empty)
   56    4599 [main] sshd 5380 cwdstuff::get: posix /var/empty
   56    4655 [main] sshd 5380 cwdstuff::get: (/var/empty) = cwdstuff::get (0x22EA70, 260, 1, 0), errno 0
   54    4709 [main] sshd 5380 normalize_posix_path: /var/empty/ = normalize_posix_path (.)
   54    4763 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   61    4824 [main] sshd 5380 set_flags: flags: binary (0x2)
  108    4932 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   94    5026 [main] sshd 5380 symlink_info::check: not a symlink
   52    5078 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22E730) (0xA)
  729    5807 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6E8) SeChangeNotifyPrivilege, 1)
  160    5967 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
  107    6074 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\usr\X11R6\bin, keep-rel, no-add-slash)
   54    6128 [main] sshd 5380 normalize_win32_path: C:\Cygwin\usr\X11R6\bin = normalize_win32_path (C:\Cygwin\usr\X11R6\bin)
   54    6182 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/X11R6/bin = conv_to_posix_path (C:\Cygwin\usr\X11R6\bin)
   54    6236 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (.\, keep-rel, add-slash)
   53    6289 [main] sshd 5380 mount_info::conv_to_posix_path: ./ = conv_to_posix_path (.\)
   52    6341 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\usr\local\bin, keep-rel, no-add-slash)
   54    6395 [main] sshd 5380 normalize_win32_path: C:\Cygwin\usr\local\bin = normalize_win32_path (C:\Cygwin\usr\local\bin)
   54    6449 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\Cygwin\usr\local\bin)
   53    6502 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\bin, keep-rel, no-add-slash)
   53    6555 [main] sshd 5380 normalize_win32_path: C:\Cygwin\bin = normalize_win32_path (C:\Cygwin\bin)
   53    6608 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin\bin)
   54    6662 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\bin, keep-rel, no-add-slash)
   53    6715 [main] sshd 5380 normalize_win32_path: C:\Cygwin\bin = normalize_win32_path (C:\Cygwin\bin)
   53    6768 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\Cygwin\bin)
   53    6821 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\system32, keep-rel, no-add-slash)
   54    6875 [main] sshd 5380 normalize_win32_path: c:\WINDOWS\system32 = normalize_win32_path (c:\WINDOWS\system32)
   54    6929 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/WINDOWS/system32 = conv_to_posix_path (c:\WINDOWS\system32)
   54    6983 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS, keep-rel, no-add-slash)
   52    7035 [main] sshd 5380 normalize_win32_path: c:\WINDOWS = normalize_win32_path (c:\WINDOWS)
   53    7088 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/WINDOWS = conv_to_posix_path (c:\WINDOWS)
   54    7142 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (c:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
   53    7195 [main] sshd 5380 normalize_win32_path: c:\WINDOWS\System32\Wbem = normalize_win32_path (c:\WINDOWS\System32\Wbem)
   54    7249 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/WINDOWS/System32/Wbem = conv_to_posix_path (c:\WINDOWS\System32\Wbem)
   53    7302 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\ClearCase\bin, keep-rel, no-add-slash)
   54    7356 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\ClearCase\bin = normalize_win32_path (C:\Program Files\Rational\ClearCase\bin)
   54    7410 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/ClearCase/bin = conv_to_posix_path (C:\Program Files\Rational\ClearCase\bin)
   54    7464 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\common, keep-rel, no-add-slash)
   53    7517 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\common = normalize_win32_path (C:\Program Files\Rational\common)
   54    7571 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/common = conv_to_posix_path (C:\Program Files\Rational\common)
  109    7680 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\win32, keep-rel, no-add-slash)
   55    7735 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\SqlAnywhere8\win32 = normalize_win32_path (C:\Program Files\Rational\SqlAnywhere8\win32)
   54    7789 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/SqlAnywhere8/win32 = conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\win32)
   55    7844 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1, keep-rel, no-add-slash)
   54    7898 [main] sshd 5380 normalize_win32_path: C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1 = normalize_win32_path (C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1)
   55    7953 [main] sshd 5380 mount_info::conv_to_posix_path: /apps/Rational/SqlAnywhere8/Sybase Central 4.1 = conv_to_posix_path (C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1)
   55    8008 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (d:\Tornado2.2.1\host\x86-win32\bin, keep-rel, no-add-slash)
   54    8062 [main] sshd 5380 normalize_win32_path: d:\Tornado2.2.1\host\x86-win32\bin = normalize_win32_path (d:\Tornado2.2.1\host\x86-win32\bin)
   54    8116 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/d/Tornado2.2.1/host/x86-win32/bin = conv_to_posix_path (d:\Tornado2.2.1\host\x86-win32\bin)
   54    8170 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (\\sons-sc-cc\Views\official\Tools\bin, keep-rel, no-add-slash)
   53    8223 [main] sshd 5380 normalize_win32_path: \\sons-sc-cc\Views\official\Tools\bin = normalize_win32_path (\\sons-sc-cc\Views\official\Tools\bin)
   55    8278 [main] sshd 5380 mount_info::conv_to_posix_path: /view/official/Tools/bin = conv_to_posix_path (\\sons-sc-cc\Views\official\Tools\bin)
  152    8430 [main] sshd 5380 win_env::add_cache: posix /usr/X11R6/bin:./:/usr/local/bin:/usr/bin:/usr/bin:/dev/c/WINDOWS/system32:/dev/c/WINDOWS:/dev/c/WINDOWS/System32/Wbem:/apps/Rational/ClearCase/bin:/apps/Rational/common:/apps/Rational/SqlAnywhere8/win32:/apps/Rational/SqlAnywhere8/Sybase Central 4.1:/dev/d/Tornado2.2.1/host/x86-win32/bin:/view/official/Tools/bin
   56    8486 [main] sshd 5380 win_env::add_cache: native PATH=C:\Cygwin\usr\X11R6\bin;.\;C:\Cygwin\usr\local\bin;C:\Cygwin\bin;C:\Cygwin\bin;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\Program Files\Rational\SqlAnywhere8\win32;C:\Program Files\Rational\SqlAnywhere8\Sybase Central 4.1;d:\Tornado2.2.1\host\x86-win32\bin;\\sons-sc-cc\Views\official\Tools\bin
   58    8544 [main] sshd 5380 posify: env var converted to PATH=/usr/X11R6/bin:./:/usr/local/bin:/usr/bin:/usr/bin:/dev/c/WINDOWS/system32:/dev/c/WINDOWS:/dev/c/WINDOWS/System32/Wbem:/apps/Rational/ClearCase/bin:/apps/Rational/common:/apps/Rational/SqlAnywhere8/win32:/apps/Rational/SqlAnywhere8/Sybase Central 4.1:/dev/d/Tornado2.2.1/host/x86-win32/bin:/view/official/Tools/bin
  105    8649 [main] sshd 5380 environ_init: 0x100107E8: PATH=/usr/X11R6/bin:./:/usr/local/bin:/usr/bin:/usr/bin:/dev/c/WINDOWS/system32:/dev/c/WINDOWS:/dev/c/WINDOWS/System32/Wbem:/apps/Rational/ClearCase/bin:/apps/Rational/common:/apps/Rational/SqlAnywhere8/win32:/apps/Rational/SqlAnywhere8/Sybase Central 4.1:/dev/d/Tornado2.2.1/host/x86-win32/bin:/view/official/Tools/bin
  108    8757 [main] sshd 5380 environ_init: 0x10010658: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
  101    8858 [main] sshd 5380 environ_init: 0x10010698: PROCESSOR_ARCHITECTURE=x86
  101    8959 [main] sshd 5380 environ_init: 0x100106B8: PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 3, GenuineIntel
  102    9061 [main] sshd 5380 environ_init: 0x10010700: PROCESSOR_LEVEL=15
  102    9163 [main] sshd 5380 environ_init: 0x10010718: PROCESSOR_REVISION=0403
  100    9263 [main] sshd 5380 environ_init: 0x10010738: PROGRAMFILES=C:\Program Files
  105    9368 [main] sshd 5380 environ_init: 0x10010760: PROMPT=$P$G
  101    9469 [main] sshd 5380 environ_init: 0x10010770: PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ 
  102    9571 [main] sshd 5380 environ_init: 0x100107B8: PWD=/var/empty
  101    9672 [main] sshd 5380 environ_init: 0x10010DD0: RATL_RTHOME=C:\Program Files\Rational\Rational Test
  102    9774 [main] sshd 5380 environ_init: 0x10010E08: RWPHOME=C:\Program Files\Rational\common\rwp
  102    9876 [main] sshd 5380 environ_init: 0x100107D0: SHELL=/bin/false
  101    9977 [main] sshd 5380 environ_init: 0x10010E40: SHLVL=1
  101   10078 [main] sshd 5380 environ_init: 0x10010E50: SITE_ADMIN=Jeff Stribling
  175   10253 [main] sshd 5380 environ_init: 0x10010E70: SITE_ADMIN_EMAIL=JStribling@Salira.com
  105   10358 [main] sshd 5380 environ_init: 0x10010EA0: SITE_ANON_FTP_SERVER=sons-sc-cc
  138   10496 [main] sshd 5380 environ_init: 0x10010EC8: SITE_BUILD_SERVER=sons-sc-cc
  101   10597 [main] sshd 5380 environ_init: 0x10010EF0: SITE_DYNAMIC_VIEW_PATH=/dview
   96   10693 [main] sshd 5380 environ_init: 0x10010F18: SITE_HOME_SERVER=sonscentral
   98   10791 [main] sshd 5380 environ_init: 0x10010F40: SITE_HOME_SHARENAME=users
  101   10892 [main] sshd 5380 environ_init: 0x10010F60: SITE_NAME=SC
  100   10992 [main] sshd 5380 environ_init: 0x10010F78: SITE_NAME_LONG=Santa Clara
  101   11093 [main] sshd 5380 environ_init: 0x10010F98: SITE_OFFICIAL_VIEW=official
  101   11194 [main] sshd 5380 environ_init: 0x10010FB8: SITE_REGION=SC
  105   11299 [main] sshd 5380 environ_init: 0x10010FD0: SITE_RELEASE_PATH=Release Corporate/Software/Release
  102   11401 [main] sshd 5380 environ_init: 0x10011010: SITE_RELEASE_SERVER=sc-swlab-ftp sonscentral
  101   11502 [main] sshd 5380 environ_init: 0x10011048: SITE_SNAPSHOT_VIEW_PATH=/view
  102   11604 [main] sshd 5380 environ_init: 0x10011070: SITE_TOOLS_PATH=/view/official/Tools
  101   11705 [main] sshd 5380 environ_init: 0x100110A0: SITE_TOOLS_VIEW=official
  101   11806 [main] sshd 5380 environ_init: 0x100110C0: SITE_TOOLS_VOB=Tools
  101   11907 [main] sshd 5380 environ_init: 0x100110E0: SITE_VIEW_SERVER=sons-sc-cc
  101   12008 [main] sshd 5380 environ_init: 0x10011100: SITE_VIEW_SHARENAME=Views
  100   12108 [main] sshd 5380 environ_init: 0x10011120: SITE_VIEW_STORAGE=//sons-sc-cc/Views
  101   12209 [main] sshd 5380 environ_init: 0x10011150: SITE_VOB_SERVER=sons-sc-cc
  100   12309 [main] sshd 5380 environ_init: 0x10011170: SYSTEMDRIVE=C:
  101   12410 [main] sshd 5380 environ_init: 0x10011188: SYSTEMROOT=C:\WINDOWS
  101   12511 [main] sshd 5380 getwinenv: can't set native for TEMP= since no environ yet
  101   12612 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   53   12665 [main] sshd 5380 normalize_win32_path: C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp = normalize_win32_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
   55   12720 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp = conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
  151   12871 [main] sshd 5380 win_env::add_cache: posix /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
   53   12924 [main] sshd 5380 win_env::add_cache: native TEMP=C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp
   52   12976 [main] sshd 5380 posify: env var converted to TEMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
   99   13075 [main] sshd 5380 environ_init: 0x100111D8: TEMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
  102   13177 [main] sshd 5380 environ_init: 0x100111A8: TERM=cygwin
  101   13278 [main] sshd 5380 environ_init: 0x10011348: TISDIR=C:\Program Files\Rational\common
  101   13379 [main] sshd 5380 getwinenv: can't set native for TMP= since no environ yet
  101   13480 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp, no-keep-rel, no-add-slash)
   54   13534 [main] sshd 5380 normalize_win32_path: C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp = normalize_win32_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
  125   13659 [main] sshd 5380 mount_info::conv_to_posix_path: /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp = conv_to_posix_path (C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp)
  152   13811 [main] sshd 5380 win_env::add_cache: posix /dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
   53   13864 [main] sshd 5380 win_env::add_cache: native TMP=C:\DOCUME~1\SSHD_S~1.002\LOCALS~1\Temp
   51   13915 [main] sshd 5380 posify: env var converted to TMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
  100   14015 [main] sshd 5380 environ_init: 0x100113A8: TMP=/dev/c/DOCUME~1/SSHD_S~1.002/LOCALS~1/Temp
  100   14115 [main] sshd 5380 environ_init: 0x100111B8: USER=sshd_server
  100   14215 [main] sshd 5380 environ_init: 0x10011378: USERDOMAIN=SONS-SC-CC
  100   14315 [main] sshd 5380 environ_init: 0x10011518: USERNAME=sshd_server
  101   14416 [main] sshd 5380 environ_init: 0x10011538: USERPROFILE=C:\Documents and Settings\sshd_server.SONS-SC-CC.002
  102   14518 [main] sshd 5380 environ_init: 0x10011580: WINDIR=C:\WINDOWS
  100   14618 [main] sshd 5380 environ_init: 0x10011598: _=/usr/bin/strace
   63   14681 [main] sshd 5380 pinfo_init: Set nice to 0
   53   14734 [main] sshd 5380 pinfo_init: pid 5380, pgid 5380
  673   15407 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 714) SeRestorePrivilege, 1)
   65   15472 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 714) SeChangeNotifyPrivilege, 1)
  124   15596 [main] sshd 5380 dtable::extend: size 32, fds 0x6115C6DC
   65   15661 [main] sshd 5380 normalize_posix_path: src /etc/passwd
   53   15714 [main] sshd 5380 normalize_posix_path: /etc/passwd = normalize_posix_path (/etc/passwd)
   53   15767 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/passwd)
   54   15821 [main] sshd 5380 set_flags: flags: binary (0x2)
   54   15875 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/passwd, dst C:\Cygwin\etc\passwd, flags 0xA, rc 0
   89   15964 [main] sshd 5380 symlink_info::check: not a symlink
   52   16016 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\passwd, 0x22E7F0) (0xA)
   55   16071 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\passwd), has_acls(1)
  137   16208 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  961   17169 [main] sshd 5380 pwdgrp::load: /etc/passwd curr_lines 102
   53   17222 [main] sshd 5380 pwdgrp::load: /etc/passwd load succeeded
   74   17296 [main] sshd 5380 normalize_posix_path: src /etc/group
   52   17348 [main] sshd 5380 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
   52   17400 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
   55   17455 [main] sshd 5380 set_flags: flags: binary (0x2)
   53   17508 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\Cygwin\etc\group, flags 0xA, rc 0
   90   17598 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\group) failed
   53   17651 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
  156   17807 [main] sshd 5380 symlink_info::check: 34 = symlink.check (C:\Cygwin\etc\group.lnk, 0x22E7C0) (0x1000001)
   56   17863 [main] sshd 5380 normalize_posix_path: src /view/official/Tools/adm/etc/group
   52   17915 [main] sshd 5380 normalize_posix_path: /view/official/Tools/adm/etc/group = normalize_posix_path (/view/official/Tools/adm/etc/group)
   53   17968 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/view/official/Tools/adm/etc/group)
   54   18022 [main] sshd 5380 set_flags: flags: binary (0x2)
   52   18074 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /view/official/Tools/adm/etc/group, dst \\sons-sc-cc\Views\official\Tools\adm\etc\group, flags 0xA, rc 0
  657   18731 [main] sshd 5380 symlink_info::check: not a symlink
   57   18788 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sons-sc-cc\Views\official\Tools\adm\etc\group, 0x22E7C0) (0xA)
   89   18877 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6E4) SeChangeNotifyPrivilege, 1)
 1559   20436 [main] sshd 5380 path_conv::check: this->path(\\sons-sc-cc\Views\official\Tools\adm\etc\group), has_acls(1)
  969   21405 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
 1697   23102 [main] sshd 5380 pwdgrp::load: /etc/group curr_lines 52
   54   23156 [main] sshd 5380 pwdgrp::load: /etc/group load succeeded
   72   23228 [main] sshd 5380 internal_getlogin: SetTokenInformation(TokenPrimaryGroup), Win32 error 1308
   58   23286 [main] sshd 5380 internal_getlogin: SetTokenInformation(TokenPrimaryGroup), Win32 error 1308
   53   23339 [main] sshd 5380 cygheap_user::ontherange: what 2, pw 0x10014EC0
   58   23397 [main] sshd 5380 cygheap_user::ontherange: HOME is already in the environment /var/empty
  317   23714 [main] sshd 5380 sigproc_init: process/signal handling enabled, state 0x1
  322   24036 [main] sshd 5380 build_argv: argv[0] = 'C:/Cygwin/usr/sbin/sshd'
   54   24090 [main] sshd 5380 build_argv: argv[1] = '-d'
   60   24150 [main] sshd 5380 build_argv: argc 2
  108   24258 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:/Cygwin/usr/sbin/sshd, keep-rel, no-add-slash)
   58   24316 [main] sshd 5380 normalize_win32_path: C:\Cygwin\usr\sbin\sshd = normalize_win32_path (C:/Cygwin/usr/sbin/sshd)
   60   24376 [main] sshd 5380 mount_info::conv_to_posix_path: /usr/sbin/sshd = conv_to_posix_path (C:/Cygwin/usr/sbin/sshd)
    4   24380 [sig] sshd 5380 wait_sig: myself->dwProcessId 5380
  149   24529 [sig] sshd 5380 wait_sig: entering ReadFile loop, readsig 0x6E0, myself->sendsig 0x6DC
  196   24725 [main] sshd 5380 build_fh_pc: fh 0x6115C7E4
   93   24818 [main] sshd 5380 open_shared: name (null), n 0, shared 0x60020000 (wanted 0x60020000), h 0x6CC
   76   24894 [main] sshd 5380 _pinfo::set_ctty: old no ctty
   61   24955 [main] sshd 5380 _pinfo::set_ctty: attached ctty /dev/console sid 5380, pid 5380, tty->pgid 5380, tty->sid 5380
 1197   26152 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   70   26222 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67   26289 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
  252   26541 [main] sshd 5380 init_cygheap::manage_console_count: fhandler_console::open: console_count 1, amount 1, ctty /dev/console, avoid_freeing_console 0
   64   26605 [main] sshd 5380 fhandler_console::open: opened conin$ 0x3, conout$ 0xF
  127   26732 [main] sshd 5380 fhandler_console::output_tcsetattr: 0 = tcsetattr (,60020018) (ENABLE FLAGS 3) (lflag 107 oflag 9)
  299   27031 [main] sshd 5380 handle_to_fn: nt name '\Device\HarddiskVolume2\Cygwin\tmp\sshd.strace.log'
  787   27818 [main] sshd 5380 handle_to_fn: current match '\Device\HarddiskVolume2'
   87   27905 [main] sshd 5380 handle_to_fn: derived path 'C:\Cygwin\tmp\sshd.strace.log'
   60   27965 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log, no-keep-rel, no-add-slash)
   67   28032 [main] sshd 5380 normalize_win32_path: C:\Cygwin\tmp\sshd.strace.log = normalize_win32_path (C:\Cygwin\tmp\sshd.strace.log)
   67   28099 [main] sshd 5380 mount_info::conv_to_posix_path: /tmp/sshd.strace.log = conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log)
   65   28164 [main] sshd 5380 normalize_posix_path: src /tmp/sshd.strace.log
   64   28228 [main] sshd 5380 normalize_posix_path: /tmp/sshd.strace.log = normalize_posix_path (/tmp/sshd.strace.log)
   65   28293 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/sshd.strace.log)
   64   28357 [main] sshd 5380 set_flags: flags: binary (0x2)
   61   28418 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /tmp/sshd.strace.log, dst C:\Cygwin\tmp\sshd.strace.log, flags 0xA, rc 0
  105   28523 [main] sshd 5380 symlink_info::check: not a symlink
   57   28580 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\tmp\sshd.strace.log, 0x226390) (0xA)
   76   28656 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\tmp\sshd.strace.log), has_acls(1)
   65   28721 [main] sshd 5380 build_fh_pc: fh 0x6115C9EC
   69   28790 [main] sshd 5380 fhandler_base::set_flags: flags 0x20002, supplied_bin 0x0
   60   28850 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   66   28916 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   28978 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x6A8, bin 0
  247   29225 [main] sshd 5380 handle_to_fn: nt name '\Device\HarddiskVolume2\Cygwin\tmp\sshd.strace.log'
  739   29964 [main] sshd 5380 handle_to_fn: current match '\Device\HarddiskVolume2'
   85   30049 [main] sshd 5380 handle_to_fn: derived path 'C:\Cygwin\tmp\sshd.strace.log'
   62   30111 [main] sshd 5380 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log, no-keep-rel, no-add-slash)
   65   30176 [main] sshd 5380 normalize_win32_path: C:\Cygwin\tmp\sshd.strace.log = normalize_win32_path (C:\Cygwin\tmp\sshd.strace.log)
   65   30241 [main] sshd 5380 mount_info::conv_to_posix_path: /tmp/sshd.strace.log = conv_to_posix_path (C:\Cygwin\tmp\sshd.strace.log)
   65   30306 [main] sshd 5380 normalize_posix_path: src /tmp/sshd.strace.log
   61   30367 [main] sshd 5380 normalize_posix_path: /tmp/sshd.strace.log = normalize_posix_path (/tmp/sshd.strace.log)
   63   30430 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/sshd.strace.log)
   64   30494 [main] sshd 5380 set_flags: flags: binary (0x2)
   60   30554 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /tmp/sshd.strace.log, dst C:\Cygwin\tmp\sshd.strace.log, flags 0xA, rc 0
   99   30653 [main] sshd 5380 symlink_info::check: not a symlink
   57   30710 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\tmp\sshd.strace.log, 0x226390) (0xA)
   67   30777 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\tmp\sshd.strace.log), has_acls(1)
   64   30841 [main] sshd 5380 build_fh_pc: fh 0x6115CBF4
   64   30905 [main] sshd 5380 fhandler_base::set_flags: flags 0x20002, supplied_bin 0x0
   60   30965 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   65   31030 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   60   31090 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x7F0, bin 0
  152   31242 [main] sshd 5380 fhandler_console::need_invisible: invisible_console 0
  250   31492 [main] sshd 5380 dll_crt0_1: user_data->main 0x401A40
   61   31553 [main] sshd 5380 __set_errno: void dll_crt0_1(char*):919 val 0
   60   31613 [main] sshd 5380 wait_for_sigthread: wait_sig_inited 0x6E4
  438   32051 [main] sshd 5380 open: open (/dev/null, 0x10002)
   65   32116 [main] sshd 5380 normalize_posix_path: src /dev/null
   63   32179 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   62   32241 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   73   32314 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   63   32377 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   62   32439 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10002)
   91   32530 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x10000
   61   32591 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   32652 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61   32713 [main] sshd 5380 fhandler_base::open_9x: 0x6E4 = CreateFile (NUL, 0xC0000000, 0x7, 0x22DCF0, 0x3, 0x80, 0)
   57   32770 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10002)
   64   32834 [main] sshd 5380 open: 3 = open (/dev/null, 0x10002)
   63   32897 [main] sshd 5380 close: close (3)
   60   32957 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x6E4
   75   33032 [main] sshd 5380 close: 0 = close (3)
  219   33251 [main] sshd 5380 normalize_posix_path: src /proc/5380/fd
   60   33311 [main] sshd 5380 normalize_posix_path: /proc/5380/fd = normalize_posix_path (/proc/5380/fd)
   60   33371 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/5380/fd)
   64   33435 [main] sshd 5380 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/5380/fd)
   69   33504 [main] sshd 5380 set_flags: flags: binary (0x2)
   58   33562 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /proc/5380/fd, dst /proc/5380/fd, flags 0x2, rc 0
   77   33639 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   61   33700 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
   68   33768 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   64   33832 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
  233   34065 [main] sshd 5380 fhandler_virtual::opendir: 0x100161C8 = opendir (/proc/5380/fd)
   78   34143 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (.)
   63   34206 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (..)
   63   34269 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (0)
   62   34331 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (1)
   63   34394 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (2)
   61   34455 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x100161C8, 0x10016208) (3)
   63   34518 [main] sshd 5380 fhandler_process::readdir: 89 = readdir (0x100161C8, 0x10016208) (3)
  236   34754 [main] sshd 5380 closedir: 0 = closedir (0x610FEA94)
21954   56708 [main] sshd 5380 open: open (/etc/sshd_config, 0x0)
   63   56771 [main] sshd 5380 normalize_posix_path: src /etc/sshd_config
   61   56832 [main] sshd 5380 normalize_posix_path: /etc/sshd_config = normalize_posix_path (/etc/sshd_config)
   64   56896 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/sshd_config)
   63   56959 [main] sshd 5380 set_flags: flags: binary (0x2)
  112   57071 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/sshd_config, dst C:\Cygwin\etc\sshd_config, flags 0xA, rc 0
  102   57173 [main] sshd 5380 symlink_info::check: not a symlink
   57   57230 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\sshd_config, 0x22D310) (0xA)
   68   57298 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\sshd_config), has_acls(1)
   64   57362 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   80   57442 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\sshd_config, 0x100000)
   98   57540 [main] sshd 5380 fhandler_base::set_flags: flags 0x100000, supplied_bin 0x10000
   62   57602 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   57664 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\sshd_config, io, NULL, 0, 7, 1, 20, NULL, 0)
   63   57727 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\sshd_config, 0x100000)
   65   57792 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\sshd_config, 0x0)
   69   57861 [main] sshd 5380 open: 3 = open (/etc/sshd_config, 0x0)
  118   57979 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: defaulting to text
  216   58195 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\sshd_config
  156   58351 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   61   58412 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   79   58491 [main] sshd 5380 get_info_from_sd: ACL 1B4, uid 1012, gid 513
  119   58610 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D9E0) st_atime=44696405 st_size=2845, st_mode=0x81B4, st_ino=29554872554637241, sizeof=96
   70   58680 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D9E0)
  253   58933 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   63   58996 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   64   59060 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   59122 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   66   59188 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   65   59253 [main] sshd 5380 readv: no need to call ready_for_read
  100   59353 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65   59418 [main] sshd 5380 readv: 1024 = readv (3, 0x22DA00, 1), errno 0
   64   59482 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   63   59545 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   64   59609 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   64   59673 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
 4765   64438 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62   64500 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   64561 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   64623 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   62   64685 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   61   64746 [main] sshd 5380 readv: no need to call ready_for_read
   74   64820 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   59   64879 [main] sshd 5380 readv: 1024 = readv (3, 0x22DA00, 1), errno 0
   62   64941 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62   65003 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61   65064 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   65126 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
 3641   68767 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   61   68828 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63   68891 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   68953 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   62   69015 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   61   69076 [main] sshd 5380 readv: no need to call ready_for_read
   67   69143 [main] sshd 5380 fhandler_base::read: returning 797, binary mode
   60   69203 [main] sshd 5380 readv: 797 = readv (3, 0x22DA00, 1), errno 0
   63   69266 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   62   69328 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   62   69390 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   61   69451 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
 3559   73010 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
   62   73072 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   62   73134 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   61   73195 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x10000) returning text
   62   73257 [main] sshd 5380 readv: readv (3, 0x22DA00, 1) blocking, sigcatchers 0
   61   73318 [main] sshd 5380 readv: no need to call ready_for_read
   65   73383 [main] sshd 5380 fhandler_base::read: returning 0, binary mode
   63   73446 [main] sshd 5380 readv: 0 = readv (3, 0x22DA00, 1), errno 0
   62   73508 [main] sshd 5380 fhandler_base::set_flags: flags 0x120000, supplied_bin 0x0
   61   73569 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x20000
   61   73630 [main] sshd 5380 fhandler_base::set_flags: filemode set to text
   62   73692 [main] sshd 5380 setmode: (3</etc/sshd_config>, 0x20000) returning binary
  240   73932 [main] sshd 5380 close: close (3)
   57   73989 [main] sshd 5380 fhandler_base::close: closing '/etc/sshd_config' handle 0x6E4
   83   74072 [main] sshd 5380 close: 0 = close (3)
  500   74572 [main] sshd 5380 open: open (/dev/urandom, 0x1C000)
   61   74633 [main] sshd 5380 normalize_posix_path: src /dev/urandom
   61   74694 [main] sshd 5380 normalize_posix_path: /dev/urandom = normalize_posix_path (/dev/urandom)
   62   74756 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/urandom)
   61   74817 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/urandom, dst \dev\urandom, flags 0x2, rc 0
   66   74883 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   67   74950 [main] sshd 5380 fhandler_base::set_flags: flags 0x1C000, supplied_bin 0x0
   56   75006 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61   75067 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62   75129 [main] sshd 5380 open: 3 = open (/dev/urandom, 0x1C000)
   66   75195 [main] sshd 5380 fhandler_base::fstat: here
   62   75257 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DD70)
   65   75322 [main] sshd 5380 cygwin_select: 4, 0x22DD60, 0x0, 0x0, 0x22DD68
  132   75454 [main] sshd 5380 dtable::select_read: /dev/urandom fd 3
   62   75516 [main] sshd 5380 cygwin_select: to->tv_sec 0, to->tv_usec 10000, ms 10
   62   75578 [main] sshd 5380 cygwin_select: sel.always_ready 1
   61   75639 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   62   75701 [main] sshd 5380 set_bits: me 0x100192E8, testing fd 3 (/dev/urandom)
   60   75761 [main] sshd 5380 set_bits: ready 1
   61   75822 [main] sshd 5380 select_stuff::poll: returning 1
   62   75884 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   61   75945 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  119   76064 [main] sshd 5380 readv: readv (3, 0x22DD20, 1) nonblocking, sigcatchers 0
   64   76128 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
 6777   82905 [main] sshd 5380 readv: 32 = readv (3, 0x22DD20, 1), errno 0
   71   82976 [main] sshd 5380 close: close (3)
   75   83051 [main] sshd 5380 close: 0 = close (3)
  442   83493 [main] sshd 5380 time: 1147757589 = time (0)
  787   84280 [main] sshd 5380 fhandler_base::write: text write
debug1: sshd version OpenSSH_4.3p2
  192   84472 [main] sshd 5380 open: open (/etc/ssh_host_key, 0x10000)
   61   84533 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   64   84597 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   61   84658 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   63   84721 [main] sshd 5380 set_flags: flags: binary (0x2)
   64   84785 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
  102   84887 [main] sshd 5380 symlink_info::check: not a symlink
   61   84948 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D760) (0xA)
   64   85012 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   67   85079 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   62   85141 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_key, 0x110000)
   95   85236 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   61   85297 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   63   85360 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   58   85418 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\ssh_host_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   66   85484 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_key, 0x110000)
   65   85549 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_key, 0x10000)
   67   85616 [main] sshd 5380 open: 3 = open (/etc/ssh_host_key, 0x10000)
   85   85701 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  142   85843 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64   85907 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   77   85984 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  117   86101 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE50) st_atime=44696406 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   69   86170 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE50)
   76   86246 [main] sshd 5380 statvfs: statfs /etc/ssh_host_key
   56   86302 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   60   86362 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   66   86428 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   60   86488 [main] sshd 5380 set_flags: flags: binary (0x2)
   62   86550 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
   88   86638 [main] sshd 5380 symlink_info::check: not a symlink
   61   86699 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D450) (0xA)
   63   86762 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   94   86856 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  234   87090 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  137   87227 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   63   87290 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   72   87362 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  122   87484 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE30) st_atime=44696406 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   66   87550 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE30)
  131   87681 [main] sshd 5380 readv: readv (3, 0x22DDE0, 1) blocking, sigcatchers 0
   65   87746 [main] sshd 5380 readv: no need to call ready_for_read
   96   87842 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   64   87906 [main] sshd 5380 readv: 981 = readv (3, 0x22DDE0, 1), errno 0
  882   88788 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_key, 0, 0)
   63   88851 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   61   88912 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
  399   89311 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  131   89442 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   60   89502 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   66   89568 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  109   89677 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DD80) st_atime=44696406 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   60   89737 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DD80)
  113   89850 [main] sshd 5380 readv: readv (3, 0x22DD30, 1) blocking, sigcatchers 0
   56   89906 [main] sshd 5380 readv: no need to call ready_for_read
   63   89969 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   56   90025 [main] sshd 5380 readv: 981 = readv (3, 0x22DD30, 1), errno 0
 3228   93253 [main] sshd 5380 time: 1147757589 = time (22DC38)
14389  107642 [main] sshd 5380 close: close (3)
   64  107706 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_key' handle 0x6E4
   83  107789 [main] sshd 5380 close: 0 = close (3)
  478  108267 [main] sshd 5380 fhandler_base::write: text write
debug1: private host key: #0 type 0 RSA1
  125  108392 [main] sshd 5380 open: open (/etc/ssh_host_rsa_key, 0x10000)
   65  108457 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   64  108521 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   63  108584 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   62  108646 [main] sshd 5380 set_flags: flags: binary (0x2)
   64  108710 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   99  108809 [main] sshd 5380 symlink_info::check: not a symlink
   61  108870 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D760) (0xA)
   63  108933 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   67  109000 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   61  109061 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   91  109152 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   57  109209 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  109270 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65  109335 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\ssh_host_rsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   63  109398 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   62  109460 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x10000)
   61  109521 [main] sshd 5380 open: 3 = open (/etc/ssh_host_rsa_key, 0x10000)
   79  109600 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  139  109739 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  109803 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   74  109877 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  116  109993 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE50) st_atime=44696406 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   67  110060 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE50)
   66  110126 [main] sshd 5380 statvfs: statfs /etc/ssh_host_rsa_key
   55  110181 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   61  110242 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   66  110308 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   60  110368 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  110431 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   88  110519 [main] sshd 5380 symlink_info::check: not a symlink
   60  110579 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D450) (0xA)
   62  110641 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   90  110731 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  224  110955 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  137  111092 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  111156 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   72  111228 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  118  111346 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE30) st_atime=44696406 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   70  111416 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE30)
  121  111537 [main] sshd 5380 readv: readv (3, 0x22DDE0, 1) blocking, sigcatchers 0
   65  111602 [main] sshd 5380 readv: no need to call ready_for_read
   96  111698 [main] sshd 5380 fhandler_base::read: returning 1675, binary mode
   65  111763 [main] sshd 5380 readv: 1675 = readv (3, 0x22DDE0, 1), errno 0
  123  111886 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_rsa_key, 0, 0)
   60  111946 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   67  112013 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   76  112089 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   61  112150 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  230  112380 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  670  113050 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  141  113191 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   65  113256 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   73  113329 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  120  113449 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D5D0) st_atime=44696406 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   64  113513 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D5D0)
  119  113632 [main] sshd 5380 readv: readv (3, 0x22D5F0, 1) blocking, sigcatchers 0
   62  113694 [main] sshd 5380 readv: no need to call ready_for_read
   66  113760 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   65  113825 [main] sshd 5380 readv: 1024 = readv (3, 0x22D5F0, 1), errno 0
 2154  115979 [main] sshd 5380 readv: readv (3, 0x22D5F0, 1) blocking, sigcatchers 0
   61  116040 [main] sshd 5380 readv: no need to call ready_for_read
   62  116102 [main] sshd 5380 fhandler_base::read: returning 651, binary mode
   66  116168 [main] sshd 5380 readv: 651 = readv (3, 0x22D5F0, 1), errno 0
 3617  119785 [main] sshd 5380 time: 1147757589 = time (22DD68)
 8863  128648 [main] sshd 5380 close: close (3)
   59  128707 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_rsa_key' handle 0x6E4
   76  128783 [main] sshd 5380 close: 0 = close (3)
  678  129461 [main] sshd 5380 fhandler_base::write: text write
debug1: read PEM private key done: type RSA
  531  129992 [main] sshd 5380 fhandler_base::write: text write
debug1: private host key: #1 type 1 RSA
  126  130118 [main] sshd 5380 open: open (/etc/ssh_host_dsa_key, 0x10000)
   61  130179 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   63  130242 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   61  130303 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   60  130363 [main] sshd 5380 set_flags: flags: binary (0x2)
   62  130425 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   99  130524 [main] sshd 5380 symlink_info::check: not a symlink
   60  130584 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D760) (0xA)
   62  130646 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   66  130712 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   57  130769 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   94  130863 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   57  130920 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  130981 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63  131044 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6E4, 80100000, C:\Cygwin\etc\ssh_host_dsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   70  131114 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   63  131177 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x10000)
   62  131239 [main] sshd 5380 open: 3 = open (/etc/ssh_host_dsa_key, 0x10000)
   77  131316 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  138  131454 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   60  131514 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   71  131585 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  116  131701 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE50) st_atime=44696406 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   64  131765 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE50)
   66  131831 [main] sshd 5380 statvfs: statfs /etc/ssh_host_dsa_key
   55  131886 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   61  131947 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   65  132012 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   61  132073 [main] sshd 5380 set_flags: flags: binary (0x2)
   62  132135 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   88  132223 [main] sshd 5380 symlink_info::check: not a symlink
   60  132283 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D450) (0xA)
   63  132346 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   86  132432 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  227  132659 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  136  132795 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  132859 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   72  132931 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  120  133051 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE30) st_atime=44696406 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   68  133119 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE30)
  126  133245 [main] sshd 5380 readv: readv (3, 0x22DDE0, 1) blocking, sigcatchers 0
   66  133311 [main] sshd 5380 readv: no need to call ready_for_read
   92  133403 [main] sshd 5380 fhandler_base::read: returning 668, binary mode
   65  133468 [main] sshd 5380 readv: 668 = readv (3, 0x22DDE0, 1), errno 0
  122  133590 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_dsa_key, 0, 0)
   57  133647 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   66  133713 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   61  133774 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   57  133831 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  230  134061 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  420  134481 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  139  134620 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   64  134684 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   76  134760 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  118  134878 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D5D0) st_atime=44696406 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   64  134942 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D5D0)
  118  135060 [main] sshd 5380 readv: readv (3, 0x22D5F0, 1) blocking, sigcatchers 0
   65  135125 [main] sshd 5380 readv: no need to call ready_for_read
   95  135220 [main] sshd 5380 fhandler_base::read: returning 668, binary mode
   57  135277 [main] sshd 5380 readv: 668 = readv (3, 0x22D5F0, 1), errno 0
 3132  138409 [main] sshd 5380 close: close (3)
   61  138470 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_dsa_key' handle 0x6E4
   74  138544 [main] sshd 5380 close: 0 = close (3)
  682  139226 [main] sshd 5380 fhandler_base::write: text write
debug1: read PEM private key done: type DSA
  527  139753 [main] sshd 5380 fhandler_base::write: text write
debug1: private host key: #2 type 2 DSA
  124  139877 [main] sshd 5380 normalize_posix_path: src /etc
   64  139941 [main] sshd 5380 normalize_posix_path: /etc = normalize_posix_path (/etc)
   63  140004 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc)
   62  140066 [main] sshd 5380 set_flags: flags: binary (0x2)
   64  140130 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc, dst C:\Cygwin\etc, flags 0xA, rc 0
  102  140232 [main] sshd 5380 symlink_info::check: not a symlink
   55  140287 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc, 0x22D880) (0xA)
   67  140354 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc), has_acls(1)
  254  140608 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
  197  140805 [main] sshd 5380 stat64: entering
   62  140867 [main] sshd 5380 normalize_posix_path: src /var/empty
   59  140926 [main] sshd 5380 normalize_posix_path: /var/empty = normalize_posix_path (/var/empty)
   63  140989 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   63  141052 [main] sshd 5380 set_flags: flags: binary (0x2)
   57  141109 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   98  141207 [main] sshd 5380 symlink_info::check: not a symlink
   59  141266 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22D7B0) (0xA)
   61  141327 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
   63  141390 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   63  141453 [main] sshd 5380 stat_worker: (/var/empty, 0x22E960, 0, 0x6115CDFC), file_attributes 16
   63  141516 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\var\empty, 0x110000)
   87  141603 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   61  141664 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   61  141725 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60  141785 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x6B4, 20080, C:\Cygwin\var\empty, io, NULL, 0, 7, 1, 4000, NULL, 0)
   66  141851 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\var\empty, 0x110000)
   61  141912 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\var\empty, 0x10000)
  156  142068 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\var\empty
  141  142209 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   61  142270 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-18
   76  142346 [main] sshd 5380 get_info_from_sd: ACL 41ED, uid 1012, gid 18
  119  142465 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22E960) st_atime=44696406 st_size=0, st_mode=0x41ED, st_ino=3377699720546579, sizeof=96
   61  142526 [main] sshd 5380 fhandler_base::close: closing '/var/empty' handle 0x6B4
   81  142607 [main] sshd 5380 stat_worker: 0 = (/var/empty, 0x22E960)
   62  142669 [main] sshd 5380 statvfs: statfs /var/empty
   59  142728 [main] sshd 5380 normalize_posix_path: src /var/empty
   61  142789 [main] sshd 5380 normalize_posix_path: /var/empty = normalize_posix_path (/var/empty)
   61  142850 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/var/empty)
   65  142915 [main] sshd 5380 set_flags: flags: binary (0x2)
   62  142977 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /var/empty, dst C:\Cygwin\var\empty, flags 0xA, rc 0
   92  143069 [main] sshd 5380 symlink_info::check: not a symlink
   56  143125 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\var\empty, 0x22D500) (0xA)
   62  143187 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\var\empty), has_acls(1)
   84  143271 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 6B4) SeChangeNotifyPrivilege, 1)
  215  143486 [main] sshd 5380 setgroups32: setgroups32 (0)
  520  144006 [main] sshd 5380 fhandler_base::write: text write
debug1: rexec_argv[0]='/usr/sbin/sshd'
  525  144531 [main] sshd 5380 fhandler_base::write: text write
debug1: rexec_argv[1]='-d'
  263  144794 [main] sshd 5380 chdir: dir '/'
   61  144855 [main] sshd 5380 normalize_posix_path: src /
   64  144919 [main] sshd 5380 normalize_posix_path: / = normalize_posix_path (/)
   62  144981 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/)
   62  145043 [main] sshd 5380 set_flags: flags: binary (0x2)
   63  145106 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /, dst C:\Cygwin, flags 0xA, rc 0
   96  145202 [main] sshd 5380 symlink_info::check: not a symlink
   55  145257 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin, 0x22D800) (0xA)
   62  145319 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin), has_acls(1)
  110  145429 [main] sshd 5380 chdir: 0 = chdir() cygheap->cwd.posix '/' native 'C:\Cygwin'
   66  145495 [main] sshd 5380 sigaction: signal 13, newact 0x0, oa 0x0
   64  145559 [main] sshd 5380 sigaction: signal 13, newact 0x22DEC0 (handler 0x1), oa 0x0
   62  145621 [main] sshd 5380 sig_send: sendsig 0x6DC, pid 5380, signal -13, its_me 1
   70  145691 [main] sshd 5380 sig_send: wakeup 0x660
   79  145770 [main] sshd 5380 sig_send: Waiting for pack.wakeup 0x660
   58  145828 [sig] sshd 5380 wait_sig: signalling pack.wakeup 0x660
   67  145895 [main] sshd 5380 sig_send: returning 0x0 from sending signal -13
 2017  147912 [main] sshd 5380 wsock_init: res 0
   64  147976 [main] sshd 5380 wsock_init: wVersion 514
   61  148037 [main] sshd 5380 wsock_init: wHighVersion 514
   63  148100 [main] sshd 5380 wsock_init: szDescription WinSock 2.0
   60  148160 [main] sshd 5380 wsock_init: szSystemStatus Running
   61  148221 [main] sshd 5380 wsock_init: iMaxSockets 0
   61  148282 [main] sshd 5380 wsock_init: iMaxUdpDg 0
   61  148343 [main] sshd 5380 wsock_init: lpVendorInfo 0
  138  148481 [main] sshd 5380 cygwin_socket: socket (2, 1, 0)
 1860  150341 [main] sshd 5380 fdsock: reset socket inheritance
   78  150419 [main] sshd 5380 build_fh_pc: fh 0x6115CDFC
   57  150476 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   65  150541 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   59  150600 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   62  150662 [main] sshd 5380 fdsock: fd 3, name '', soc 0x69C
   65  150727 [main] sshd 5380 cygwin_socket: 3 = socket (2, 1, 0)
  147  150874 [main] sshd 5380 fhandler_base::fcntl: GETFL: 65538
   66  150940 [main] sshd 5380 fcntl_worker: 65538 = fcntl (3, 3, 0x0)
  109  151049 [main] sshd 5380 fhandler_socket::ioctl: socket is now nonblocking
   58  151107 [main] sshd 5380 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22DE48)
   58  151165 [main] sshd 5380 fhandler_base::set_flags: flags 0x14002, supplied_bin 0x0
   56  151221 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   57  151278 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   55  151333 [main] sshd 5380 fcntl_worker: 0 = fcntl (3, 4, 0x14002)
   78  151411 [main] sshd 5380 cygwin_setsockopt: setsockopt optval=1
   55  151466 [main] sshd 5380 cygwin_setsockopt: 0 = setsockopt (3, 65535, 4, 0x22DF7C, 4)
  427  151893 [main] sshd 5380 fhandler_base::write: text write
debug1: Bind to port 22 on 0.0.0.0.
  319  152212 [main] sshd 5380 cygwin_bind: 0 = bind (3, 0x10019308, 16)
  319  152531 [main] sshd 5380 fhandler_base::write: text write
Server listening on 0.0.0.0 port 22.
--- Process 5380, exception 000006D9 at 77E55DEA
 2663  155194 [main] sshd 5380 cygwin_listen: 0 = listen (3, 128)
  432  155626 [main] sshd 5380 fhandler_base::write: text write
Generating 768 bit RSA key.
 1561  157187 [main] sshd 5380 time: 1147757589 = time (22BD88)
 4784  161971 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 6268  168239 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1647  169886 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1363  171249 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1624  172873 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1351  174224 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1635  175859 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1363  177222 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1630  178852 [main] sshd 5380 time: 1147757589 = time (22BCE8)
  379  179231 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1366  180597 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1658  182255 [main] sshd 5380 time: 1147757589 = time (22BCE8)
  420  182675 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1391  184066 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1677  185743 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1408  187151 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1669  188820 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1406  190226 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1674  191900 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1407  193307 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1676  194983 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1232  196215 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1234  197449 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1287  198736 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1243  199979 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1241  201220 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1253  202473 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1236  203709 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 3607  207316 [main] sshd 5380 time: 1147757589 = time (22BD88)
 4726  212042 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 6224  218266 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1689  219955 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1353  221308 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1673  222981 [main] sshd 5380 time: 1147757589 = time (22BCE8)
  408  223389 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1346  224735 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1685  226420 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1354  227774 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1768  229542 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1369  230911 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1680  232591 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1355  233946 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1690  235636 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1347  236983 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1683  238666 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1346  240012 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1699  241711 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1348  243059 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1739  244798 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1318  246116 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1621  247737 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1306  249043 [main] sshd 5380 time: 1147757589 = time (22BD88)
 1624  250667 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1152  251819 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1150  252969 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1156  254125 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1155  255280 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1151  256431 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1149  257580 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 1151  258731 [main] sshd 5380 time: 1147757589 = time (22BCE8)
 7276  266007 [main] sshd 5380 fhandler_base::write: text write
RSA key generation complete.
  267  266274 [main] sshd 5380 sigaction: signal 1, newact 0x0, oa 0x0
   62  266336 [main] sshd 5380 sigaction: signal 1, newact 0x22DEC0 (handler 0x4010F0), oa 0x0
   64  266400 [main] sshd 5380 sigaction: signal 15, newact 0x0, oa 0x0
   61  266461 [main] sshd 5380 sigaction: signal 15, newact 0x22DEC0 (handler 0x401130), oa 0x0
   63  266524 [main] sshd 5380 sigaction: signal 3, newact 0x0, oa 0x0
   62  266586 [main] sshd 5380 sigaction: signal 3, newact 0x22DEC0 (handler 0x401130), oa 0x0
   63  266649 [main] sshd 5380 sigaction: signal 20, newact 0x0, oa 0x0
   62  266711 [main] sshd 5380 sigaction: signal 20, newact 0x22DEC0 (handler 0x401140), oa 0x0
  180  266891 [main] sshd 5380 cygwin_select: 4, 0x1001C118, 0x0, 0x0, 0x0
  130  267021 [main] sshd 5380 dtable::select_read:  fd 3
   65  267086 [main] sshd 5380 cygwin_select: to NULL, ms FFFFFFFF
   61  267147 [main] sshd 5380 cygwin_select: sel.always_ready 0
  131  267278 [main] sshd 5380 start_thread_socket: Handle 0x69C
   60  267338 [main] sshd 5380 start_thread_socket: Added to readfds
  243  267581 [main] sshd 5380 start_thread_socket: opened new socket 0x690
   62  267643 [main] sshd 5380 start_thread_socket: exitsock 0x690
   62  267705 [main] sshd 5380 start_thread_socket: stuff_start 0x22DE94
  406  268111 [select_socket] sshd 5380 cygthread::stub: thread 'select_socket', id 0x7C8, stack_ptr 0xE4EFE0
   82  268193 [select_socket] sshd 5380 thread_socket: stuff_start 0x1001FA74
 2200  270393 [main] sshd 5380 select_stuff::wait: m 2, ms 4294967295
2757340 3027733 [select_socket] sshd 5380 thread_socket: Win32 select returned 1
  119 3027852 [select_socket] sshd 5380 thread_socket: s 0x1001C128, testing fd 3 ()
   97 3027949 [select_socket] sshd 5380 thread_socket: read_ready
   75 3028024 [main] sshd 5380 select_stuff::wait: woke up.  wait_ret 1.  verifying
   93 3028117 [main] sshd 5380 select_stuff::wait: gotone 1
   57 3028174 [main] sshd 5380 select_stuff::wait: returning 0
   66 3028240 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   90 3028330 [main] sshd 5380 socket_cleanup: si 0x1001CA60 si->thread 0x610FCE90
  106 3028436 [main] sshd 5380 socket_cleanup: sent a byte to exitsock 0x690, res 1
  136 3028572 [main] sshd 5380 socket_cleanup: reading a byte from exitsock 0x690
   88 3028660 [main] sshd 5380 socket_cleanup: recv returned 1
  128 3028788 [main] sshd 5380 socket_cleanup: returning
   66 3028854 [main] sshd 5380 peek_socket: considering handle 0x69C
   67 3028921 [main] sshd 5380 set_bits: me 0x1001C128, testing fd 3 ()
   66 3028987 [main] sshd 5380 set_bits: ready 1
   63 3029050 [main] sshd 5380 select_stuff::poll: returning 1
   62 3029112 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   68 3029180 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
  278 3029458 [main] sshd 5380 fdsock: reset socket inheritance
   67 3029525 [main] sshd 5380 build_fh_pc: fh 0x6115D234
   66 3029591 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   67 3029658 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   96 3029754 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   60 3029814 [main] sshd 5380 fdsock: fd 4, name '', soc 0x654
   72 3029886 [main] sshd 5380 fhandler_socket::accept: res 4
   67 3029953 [main] sshd 5380 cygwin_accept: 4 = accept (3, 0x22EE00, 0x22DF78)
   70 3030023 [main] sshd 5380 fhandler_base::fcntl: GETFL: 81922
   66 3030089 [main] sshd 5380 fcntl_worker: 81922 = fcntl (4, 3, 0x0)
  494 3030583 [main] sshd 5380 fhandler_base::write: text write
debug1: fd 4 clearing O_NONBLOCK
  157 3030740 [main] sshd 5380 fhandler_socket::ioctl: socket is now blocking
   64 3030804 [main] sshd 5380 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22DE48)
   64 3030868 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   66 3030934 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67 3031001 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   68 3031069 [main] sshd 5380 fcntl_worker: 0 = fcntl (4, 4, 0x10002)
   88 3031157 [main] sshd 5380 fhandler_pipe::create_selectable: CreateNamedPipe: name \\.\pipe\cygwin-0x1504-0x1, size 16384
  197 3031354 [main] sshd 5380 fhandler_pipe::create_selectable: pipe read handle 0x648
   71 3031425 [main] sshd 5380 fhandler_pipe::create_selectable: CreateFile: name \\.\pipe\cygwin-0x1504-0x1
  121 3031546 [main] sshd 5380 fhandler_pipe::create_selectable: pipe write handle 0x644
   79 3031625 [main] sshd 5380 build_fh_pc: fh 0x6115D644
   64 3031689 [main] sshd 5380 build_fh_pc: fh 0x6115D84C
   65 3031754 [main] sshd 5380 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   67 3031821 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3031889 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66 3031955 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x648, bin 1
   66 3032021 [main] sshd 5380 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   65 3032086 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   69 3032155 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   66 3032221 [main] sshd 5380 fhandler_base::init: created new fhandler_base for handle 0x644, bin 1
   77 3032298 [main] sshd 5380 fhandler_pipe::create: 0 = pipe ([0x6115D644, 0x6115D84C], 16384, 0x10000)
   68 3032366 [main] sshd 5380 fhandler_base::set_flags: flags 0x10000, supplied_bin 0x0
   65 3032431 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3032499 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   63 3032562 [main] sshd 5380 setmode: (5<>, 0x10000) returning binary
   69 3032631 [main] sshd 5380 _cygwin_istext_for_stdio: fd 5: opened as binary
  424 3033055 [main] sshd 5380 setmode_helper: improbable, but 0 != 5
  418 3033473 [main] sshd 5380 setmode_helper: improbable, but 1 != 5
  416 3033889 [main] sshd 5380 setmode_helper: improbable, but 2 != 5
  202 3034091 [main] sshd 5380 fhandler_base::set_flags: flags 0x10001, supplied_bin 0x0
   62 3034153 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   45 3034198 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   42 3034240 [main] sshd 5380 setmode: (6<>, 0x10000) returning binary
   42 3034282 [main] sshd 5380 _cygwin_istext_for_stdio: fd 6: opened as binary
  404 3034686 [main] sshd 5380 setmode_helper: improbable, but 0 != 6
  416 3035102 [main] sshd 5380 setmode_helper: improbable, but 1 != 6
  410 3035512 [main] sshd 5380 setmode_helper: improbable, but 2 != 6
--- Process 5380, exception 000006D9 at 77E55DEA
 1312 3036824 [main] sshd 5380 fdsock: reset socket inheritance
   80 3036904 [main] sshd 5380 build_fh_pc: fh 0x6115DA54
   68 3036972 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   64 3037036 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   67 3037103 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   65 3037168 [main] sshd 5380 fdsock: fd 7, name '', soc 0x624
   69 3037237 [main] sshd 5380 fdsock: reset socket inheritance
   64 3037301 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   62 3037363 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
   64 3037427 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   68 3037495 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   69 3037564 [main] sshd 5380 fdsock: fd 8, name '', soc 0x630
   66 3037630 [main] sshd 5380 socketpair: 0 = socketpair (...)
  501 3038131 [main] sshd 5380 fhandler_base::write: text write
debug1: Server will not fork when running in debugging mode.
  144 3038275 [main] sshd 5380 close: close (3)
  197 3038472 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   64 3038536 [main] sshd 5380 close: 0 = close (3)
   68 3038604 [main] sshd 5380 close: close (5)
   77 3038681 [main] sshd 5380 fhandler_base::close: closing '' handle 0x648
   77 3038758 [main] sshd 5380 close: 0 = close (5)
   61 3038819 [main] sshd 5380 close: close (6)
   58 3038877 [main] sshd 5380 fhandler_base::close: closing '' handle 0x644
   88 3038965 [main] sshd 5380 close: 0 = close (6)
  898 3039863 [main] sshd 5380 writev: writev (7, 0x22DE40, 1)
  141 3040004 [main] sshd 5380 writev: 5 = write (7, 0x22DE40, 1), errno 0
   65 3040069 [main] sshd 5380 writev: writev (7, 0x22DE40, 1)
  105 3040174 [main] sshd 5380 writev: 545 = write (7, 0x22DE40, 1), errno 0
  129 3040303 [main] sshd 5380 close: close (7)
  133 3040436 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   69 3040505 [main] sshd 5380 close: 0 = close (7)
  482 3040987 [main] sshd 5380 fhandler_base::write: text write
debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock 7
  136 3041123 [main] sshd 5380 dtable::dup2: dup2 (4, 0)
   68 3041191 [main] sshd 5380 build_fh_pc: fh 0x6115DA54
   73 3041264 [main] sshd 5380 fhandler_socket::dup: here
  160 3041424 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x654, win_proc_id 5380, prot_info_ptr 0x6115DC5C
   80 3041504 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  269 3041773 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x61C, old_sock 0x654
   70 3041843 [main] sshd 5380 dtable::dup_worker: duped '' old 0x654, new 0x61C
   68 3041911 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x61C, oldfh->io_handle 0x654
   64 3041975 [main] sshd 5380 close: close (0)
  153 3042128 [main] sshd 5380 init_cygheap::manage_console_count: fhandler_console::close: console_count 0, amount -1, ctty /dev/console, avoid_freeing_console 0
   67 3042195 [main] sshd 5380 close: 0 = close (0)
   64 3042259 [main] sshd 5380 dtable::dup2: 0 = dup2 (4, 0)
   63 3042322 [main] sshd 5380 dtable::dup2: dup2 (0, 1)
   68 3042390 [main] sshd 5380 build_fh_pc: fh 0x6115C7E4
   64 3042454 [main] sshd 5380 fhandler_socket::dup: here
   79 3042533 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x61C, win_proc_id 5380, prot_info_ptr 0x6115D84C
   69 3042602 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  107 3042709 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x648, old_sock 0x61C
   61 3042770 [main] sshd 5380 dtable::dup_worker: duped '' old 0x61C, new 0x648
   69 3042839 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x648, oldfh->io_handle 0x61C
   83 3042922 [main] sshd 5380 close: close (1)
   73 3042995 [main] sshd 5380 fhandler_base::close: closing '/tmp/sshd.strace.log' handle 0x6A8
   74 3043069 [main] sshd 5380 close: 0 = close (1)
   67 3043136 [main] sshd 5380 dtable::dup2: 1 = dup2 (0, 1)
   68 3043204 [main] sshd 5380 close: close (4)
   96 3043300 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   64 3043364 [main] sshd 5380 close: 0 = close (4)
   66 3043430 [main] sshd 5380 dtable::dup2: dup2 (8, 5)
   65 3043495 [main] sshd 5380 build_fh_pc: fh 0x6115D234
   63 3043558 [main] sshd 5380 fhandler_socket::dup: here
   94 3043652 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x630, win_proc_id 5380, prot_info_ptr 0x6115D43C
   75 3043727 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
  110 3043837 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x64C, old_sock 0x630
   75 3043912 [main] sshd 5380 dtable::dup_worker: duped '' old 0x630, new 0x64C
   68 3043980 [main] sshd 5380 dtable::dup2: newfh->io_handle 0x64C, oldfh->io_handle 0x630
   63 3044043 [main] sshd 5380 dtable::dup2: 5 = dup2 (8, 5)
   71 3044114 [main] sshd 5380 close: close (8)
   94 3044208 [main] sshd 5380 fhandler_socket::close: 0 = fhandler_socket::close()
   76 3044284 [main] sshd 5380 close: 0 = close (8)
   72 3044356 [main] sshd 5380 spawnve: spawnve (/usr/sbin/sshd, /usr/sbin/sshd, 10010090)
   74 3044430 [main] sshd 5380 spawn_guts: spawn_guts (3, /usr/sbin/sshd)
   81 3044511 [main] sshd 5380 perhaps_suffix: prog '/usr/sbin/sshd'
   63 3044574 [main] sshd 5380 normalize_posix_path: src /usr/sbin/sshd
   68 3044642 [main] sshd 5380 normalize_posix_path: /usr/sbin/sshd = normalize_posix_path (/usr/sbin/sshd)
   67 3044709 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/usr/sbin/sshd)
   77 3044786 [main] sshd 5380 set_flags: flags: binary (0x2)
   64 3044850 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /usr/sbin/sshd, dst C:\Cygwin\usr\sbin\sshd, flags 0xA, rc 0
  121 3044971 [main] sshd 5380 symlink_info::check: not a symlink
   63 3045034 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\usr\sbin\sshd.exe, 0x22CE00) (0xA)
   68 3045102 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\usr\sbin\sshd.exe), has_acls(1)
   65 3045167 [main] sshd 5380 perhaps_suffix: buf C:\Cygwin\usr\sbin\sshd.exe, suffix found '.exe'
  266 3045433 [main] sshd 5380 spawn_guts: priority class 32
  109 3045542 [main] sshd 5380 fhandler_console::need_invisible: invisible_console 0
   62 3045604 [main] sshd 5380 spawn_guts: null_app_name 0 (C:\Cygwin\usr\sbin\sshd.exe, C:\Cygwin\usr\sbin\sshd.exe -d -R)
   70 3045674 [main] sshd 5380 build_env: envp 0x10010090
   88 3045762 [main] sshd 5380 spenv::retrieve: no_envblock 1
  105 3045867 [main] sshd 5380 spenv::retrieve: no_envblock 1
   73 3045940 [main] sshd 5380 spenv::retrieve: no_envblock 1
   64 3046004 [main] sshd 5380 spenv::retrieve: duping existing value for 'SYSTEMROOT='
   69 3046073 [main] sshd 5380 spenv::retrieve: no_envblock 1
   62 3046135 [main] sshd 5380 spenv::retrieve: duping existing value for 'USERDOMAIN='
   59 3046194 [main] sshd 5380 spenv::retrieve: no_envblock 1
   62 3046256 [main] sshd 5380 spenv::retrieve: duping existing value for 'USERNAME='
   65 3046321 [main] sshd 5380 spenv::retrieve: no_envblock 1
   60 3046381 [main] sshd 5380 spenv::retrieve: duping existing value for 'USERPROFILE='
   66 3046447 [main] sshd 5380 spenv::retrieve: no_envblock 1
   62 3046509 [main] sshd 5380 spenv::retrieve: duping existing value for 'WINDIR='
   65 3046574 [main] sshd 5380 build_env: env count 4, bytes 375
  208 3046782 [main] sshd 5380 build_env: envp 0x6115DE7C, envc 66
   78 3046860 [main] sshd 5380 child_info::child_info: subproc_ready 0x628
 4353 3051213 [main] sshd 5380 dtable::fixup_before_exec: fd 0 ()
   93 3051306 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x61C, win_proc_id 5356, prot_info_ptr 0x6115DC5C
   57 3051363 [main] sshd 5380 dtable::fixup_before_exec: fd 1 ()
  102 3051465 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x648, win_proc_id 5356, prot_info_ptr 0x6115D84C
   65 3051530 [main] sshd 5380 dtable::fixup_before_exec: fd 2 (/tmp/sshd.strace.log)
   64 3051594 [main] sshd 5380 dtable::fixup_before_exec: fd 5 ()
   90 3051684 [main] sshd 5380 fhandler_socket::fixup_before_fork_exec: WSADuplicateSocket went fine, sock 0x64C, win_proc_id 5356, prot_info_ptr 0x6115D43C
   66 3051750 [main] sshd 5380 spawn_guts: 5380 = spawn_guts (/usr/sbin/sshd, C:\Cygwin\usr\sbin\sshd.exe -d -R)
  119 3051869 [main] sshd 5380! fhandler_socket::close: 0 = fhandler_socket::close()
  103 3051972 [main] sshd 5380! fhandler_socket::close: 0 = fhandler_socket::close()
   74 3052046 [main] sshd 5380! fhandler_base::close: closing '/tmp/sshd.strace.log' handle 0x7F0
   94 3052140 [main] sshd 5380! fhandler_socket::close: 0 = fhandler_socket::close()
   51 3052191 [main] sshd 5380! spawn_guts: new process name C:\Cygwin\usr\sbin\sshd.exe
   76 3052267 [main] sshd 5380! spawn_guts: spawned windows pid 5356
   59 3052326 [main] sshd 5380! child_info::sync: n 2, waiting for subproc_ready(0x628) and child process(0x638)
**********************************************
Program name: C:\Cygwin\usr\sbin\sshd.exe (pid 5380, ppid 1)
App version:  1005.19, api: 0.150
DLL version:  1005.19, api: 0.150
DLL build:    2006-01-20 13:28
OS version:   Windows NT-5.2
Heap size:    402653184
Date/Time:    2006-05-15 22:33:12
**********************************************
   58     454 [main] sshd 5380 set_myself: myself->dwProcessId 5356
  212     666 [main] sshd 5380 open_shared: name Global\cygwin1S4.cygpid.5356, n 5356, shared 0x480000 (wanted 0x0), h 0x790
   84     750 [main] sshd 5380 time: 1147757592 = time (0)
   77     827 [main] sshd 5380 child_info::ready: signalled 0x628 that I was ready
 6178 3058504 [main] sshd 5380! child_info::sync: process 5380 synchronized, WFMO returned 0
   60     887 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   95 3058599 [main] sshd 5380! proc_subproc: args: 1, 1628434624
  141 3058740 [main] sshd 5380! _pinfo::dup_proc_pipe: closed wr_proc_pipe 0x628 for pid 5380(5356)
  172 3058912 [main] sshd 5380! pinfo::wait: created tracking thread for pid 5380, winpid 0x14EC, rd_pipe 0x694
   54 3058966 [main] sshd 5380! proc_subproc: added pid 5380 to proc table, slot 0
   66 3059032 [main] sshd 5380! proc_subproc: returning 1
   76 3059108 [main] sshd 5380! wait4: calling proc_subproc, pid 5380, options 0
   63 3059171 [main] sshd 5380! proc_subproc: args: 4, 2292680
   93 3059264 [main] sshd 5380! proc_subproc: wval->pid 5380, wval->options 0
   75 3059339 [main] sshd 5380! checkstate: nprocs 1
   60 3059399 [main] sshd 5380! stopped_or_terminated: considering pid 5380
   65 3059464 [main] sshd 5380! checkstate: no matching terminated children found
   55 3059519 [main] sshd 5380! checkstate: returning -1
   50 3059569 [main] sshd 5380! proc_subproc: only found non-terminated children
   65 3059634 [main] sshd 5380! proc_subproc: finished processing terminated/stopped child
   43 3059677 [main] sshd 5380! proc_subproc: returning 1
 2593    3480 [main] sshd 5380 wsock_init: res 0
   59    3539 [main] sshd 5380 wsock_init: wVersion 514
   54    3593 [main] sshd 5380 wsock_init: wHighVersion 514
   52    3645 [main] sshd 5380 wsock_init: szDescription WinSock 2.0
   53    3698 [main] sshd 5380 wsock_init: szSystemStatus Running
   52    3750 [main] sshd 5380 wsock_init: iMaxSockets 0
   52    3802 [main] sshd 5380 wsock_init: iMaxUdpDg 0
   51    3853 [main] sshd 5380 wsock_init: lpVendorInfo 0
 3300    7153 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7FC, old_sock 0x61C
   74    7227 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   96    7323 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7F8, old_sock 0x648
   58    7381 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket begin, dwServiceFlags1=131174
   91    7472 [main] sshd 5380 fhandler_socket::fixup_after_fork: WSASocket went fine new_sock 0x7F4, old_sock 0x64C
   98    7570 [main] sshd 5380 events_init: windows_system_directory 'C:\WINDOWS\system32\', windows_system_directory_length 20
   79    7649 [main] sshd 5380 dll_crt0_0: finished dll_crt0_0 initialization
  413    8062 [main] sshd 5380 _cygwin_istext_for_stdio: fd 0: opened as binary
   62    8124 [main] sshd 5380 _cygwin_istext_for_stdio: fd 1: opened as binary
   57    8181 [main] sshd 5380 _cygwin_istext_for_stdio: fd 2: defaulting to text
  937    9118 [main] sshd 5380 parse_options: ntsec (called func)
  105    9223 [main] sshd 5380 parse_options: smbntsec (called func)
  115    9338 [main] sshd 5380 parse_options: returning
   52    9390 [main] sshd 5380 pinfo_init: pid 5380, pgid 5380
   65    9455 [main] sshd 5380 set_privilege: 0 = set_privilege ((token 714) SeRestorePrivilege, 1)
   56    9511 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 714) SeChangeNotifyPrivilege, 1)
  404    9915 [main] sshd 5380 sigproc_init: process/signal handling enabled, state 0xC1
  281   10196 [main] sshd 5380 dll_crt0_1: user_data->main 0x401A40
   52   10248 [main] sshd 5380 __set_errno: void dll_crt0_1(char*):919 val 0
   49   10297 [main] sshd 5380 wait_for_sigthread: wait_sig_inited 0x6EC
   59   10356 [sig] sshd 5380 wait_sig: myself->dwProcessId 5356
   85   10441 [sig] sshd 5380 wait_sig: entering ReadFile loop, readsig 0x6E0, myself->sendsig 0x6DC
  407   10848 [main] sshd 5380 open: open (/dev/null, 0x10002)
   74   10922 [main] sshd 5380 normalize_posix_path: src /dev/null
   47   10969 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   58   11027 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   64   11091 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   55   11146 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   63   11209 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10002)
   89   11298 [main] sshd 5380 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x10000
   48   11346 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49   11395 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50   11445 [main] sshd 5380 fhandler_base::open_9x: 0x6EC = CreateFile (NUL, 0xC0000000, 0x7, 0x22DD20, 0x3, 0x80, 0)
   49   11494 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10002)
   51   11545 [main] sshd 5380 open: 3 = open (/dev/null, 0x10002)
   54   11599 [main] sshd 5380 close: close (3)
   49   11648 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x6EC
   51   11699 [main] sshd 5380 close: 0 = close (3)
  275   11974 [main] sshd 5380 normalize_posix_path: src /proc/5380/fd
   70   12044 [main] sshd 5380 normalize_posix_path: /proc/5380/fd = normalize_posix_path (/proc/5380/fd)
   63   12107 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/proc/5380/fd)
   73   12180 [main] sshd 5380 fhandler_proc::get_proc_fhandler: get_proc_fhandler(/proc/5380/fd)
   64   12244 [main] sshd 5380 set_flags: flags: binary (0x2)
   67   12311 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /proc/5380/fd, dst /proc/5380/fd, flags 0x2, rc 0
   72   12383 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   62   12445 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
   70   12515 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   68   12583 [main] sshd 5380 fhandler_process::exists: exists (/proc/5380/fd)
  255   12838 [main] sshd 5380 fhandler_virtual::opendir: 0x10010268 = opendir (/proc/5380/fd)
   83   12921 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (.)
   62   12983 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (..)
   58   13041 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (0)
   66   13107 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (1)
   58   13165 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (2)
   62   13227 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (3)
   61   13288 [main] sshd 5380 fhandler_process::readdir: 0 = readdir (0x10010268, 0x100102A8) (5)
   60   13348 [main] sshd 5380 fhandler_process::readdir: 89 = readdir (0x10010268, 0x100102A8) (5)
  238   13586 [main] sshd 5380 closedir: 0 = closedir (0x610FEA94)
16935   30521 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  289   30810 [main] sshd 5380 readv: readv (5, 0x22DE70, 1) blocking, sigcatchers 0
   62   30872 [main] sshd 5380 readv: no need to call ready_for_read
  130   31002 [main] sshd 5380 readv: 4 = readv (5, 0x22DE70, 1), errno 0
   52   31054 [main] sshd 5380 readv: readv (5, 0x22DE70, 1) blocking, sigcatchers 0
   46   31100 [main] sshd 5380 readv: no need to call ready_for_read
   82   31182 [main] sshd 5380 readv: 546 = readv (5, 0x22DE70, 1), errno 0
 2710   33892 [main] sshd 5380 open: open (/dev/urandom, 0x1C000)
   50   33942 [main] sshd 5380 normalize_posix_path: src /dev/urandom
   50   33992 [main] sshd 5380 normalize_posix_path: /dev/urandom = normalize_posix_path (/dev/urandom)
   55   34047 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/urandom)
   53   34100 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/urandom, dst \dev\urandom, flags 0x2, rc 0
   60   34160 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   51   34211 [main] sshd 5380 fhandler_base::set_flags: flags 0x1C000, supplied_bin 0x0
   46   34257 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   51   34308 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   34357 [main] sshd 5380 open: 3 = open (/dev/urandom, 0x1C000)
   55   34412 [main] sshd 5380 fhandler_base::fstat: here
   54   34466 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DDA0)
   53   34519 [main] sshd 5380 cygwin_select: 4, 0x22DD90, 0x0, 0x0, 0x22DD98
  100   34619 [main] sshd 5380 dtable::select_read: /dev/urandom fd 3
   54   34673 [main] sshd 5380 cygwin_select: to->tv_sec 0, to->tv_usec 10000, ms 10
   47   34720 [main] sshd 5380 cygwin_select: sel.always_ready 1
   53   34773 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   51   34824 [main] sshd 5380 set_bits: me 0x10014940, testing fd 3 (/dev/urandom)
   46   34870 [main] sshd 5380 set_bits: ready 1
   49   34919 [main] sshd 5380 select_stuff::poll: returning 1
   50   34969 [main] sshd 5380 select_stuff::cleanup: calling cleanup routines
   50   35019 [main] sshd 5380 select_stuff::~select_stuff: deleting select records
   98   35117 [main] sshd 5380 readv: readv (3, 0x22DD50, 1) nonblocking, sigcatchers 0
   51   35168 [main] sshd 5380 fhandler_base::ready_for_read: read_ready 1, avail 1
 6141   41309 [main] sshd 5380 readv: 32 = readv (3, 0x22DD50, 1), errno 0
   74   41383 [main] sshd 5380 close: close (3)
   68   41451 [main] sshd 5380 close: 0 = close (3)
  349   41800 [main] sshd 5380 time: 1147757592 = time (0)
  480   42280 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  142   42422 [main] sshd 5380 vsyslog: 7 %.500s
  188   42610 [main] sshd 5380 open: open (/dev/null, 0x10601)
   54   42664 [main] sshd 5380 normalize_posix_path: src /dev/null
   48   42712 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   54   42766 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   51   42817 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   53   42870 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   50   42920 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   83   43003 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   47   43050 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49   43099 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   43148 [main] sshd 5380 fhandler_base::open_9x: 0x6D0 = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   50   43198 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   51   43249 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   98   43347 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  546   43893 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   71   43964 [main] sshd 5380 fhandler_base::write: binary write
   64   44028 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 0
  398   44426 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   68   44494 [main] sshd 5380 fhandler_base::write: binary write
   66   44560 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 0
  397   44957 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   60   45017 [main] sshd 5380 fhandler_base::write: binary write
   63   45080 [main] sshd 5380 writev: 34 = write (3, 0x22B8C0, 1), errno 0
  336   45416 [main] sshd 5380 close: close (3)
   61   45477 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x6D0
   73   45550 [main] sshd 5380 close: 0 = close (3)
  512   46062 [main] sshd 5380 stat64: entering
   64   46126 [main] sshd 5380 normalize_posix_path: src /dev/log
  229   46355 [main] sshd 5380 normalize_posix_path: /dev/log = normalize_posix_path (/dev/log)
   78   46433 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/log)
   76   46509 [main] sshd 5380 mount_info::cygdrive_win32_path: src '/dev/log', dst ''
   61   46570 [main] sshd 5380 __set_errno: fhandler_base* build_fh_name(const char*, void*, unsigned int, suffix_info*):340 val 2
   58   46628 [main] sshd 5380 stat_worker: got 2 error from build_fh_name
   56   46684 [main] sshd 5380 __set_errno: int stat_worker(const char*, __stat64*, int):1064 val 2
   58   46742 [main] sshd 5380 stat_worker: -1 = (/dev/log, 0x22D500)
 1164   47906 [main] sshd 5380 open: open (/etc/ssh_host_key, 0x10000)
   54   47960 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   49   48009 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   54   48063 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   63   48126 [main] sshd 5380 set_flags: flags: binary (0x2)
   49   48175 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
   98   48273 [main] sshd 5380 symlink_info::check: not a symlink
   47   48320 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D790) (0xA)
   84   48404 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 690) SeChangeNotifyPrivilege, 1)
  155   48559 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   55   48614 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   86   48700 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_key, 0x110000)
   82   48782 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   48   48830 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   51   48881 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   48930 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x690, 80100000, C:\Cygwin\etc\ssh_host_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   54   48984 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_key, 0x110000)
   48   49032 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_key, 0x10000)
   59   49091 [main] sshd 5380 open: 3 = open (/etc/ssh_host_key, 0x10000)
   86   49177 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  126   49303 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   49   49352 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   56   49408 [main] sshd 5380 normalize_posix_path: src /etc/group
   48   49456 [main] sshd 5380 normalize_posix_path: /etc/group = normalize_posix_path (/etc/group)
   50   49506 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/group)
   57   49563 [main] sshd 5380 set_flags: flags: binary (0x2)
   50   49613 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/group, dst C:\Cygwin\etc\group, flags 0xA, rc 0
   98   49711 [main] sshd 5380 symlink_info::check: GetFileAttributes (C:\Cygwin\etc\group) failed
   64   49775 [main] sshd 5380 geterrno_from_win_error: windows error 2 == errno 2
  149   49924 [main] sshd 5380 symlink_info::check: 34 = symlink.check (C:\Cygwin\etc\group.lnk, 0x22CEB0) (0x1000001)
   55   49979 [main] sshd 5380 normalize_posix_path: src /view/official/Tools/adm/etc/group
   46   50025 [main] sshd 5380 normalize_posix_path: /view/official/Tools/adm/etc/group = normalize_posix_path (/view/official/Tools/adm/etc/group)
   51   50076 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/view/official/Tools/adm/etc/group)
   51   50127 [main] sshd 5380 set_flags: flags: binary (0x2)
   50   50177 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /view/official/Tools/adm/etc/group, dst \\sons-sc-cc\Views\official\Tools\adm\etc\group, flags 0xA, rc 0
 2322   52499 [main] sshd 5380 symlink_info::check: not a symlink
   65   52564 [main] sshd 5380 symlink_info::check: 0 = symlink.check (\\sons-sc-cc\Views\official\Tools\adm\etc\group, 0x22CEB0) (0xA)
   88   52652 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
 1554   54206 [main] sshd 5380 path_conv::check: this->path(\\sons-sc-cc\Views\official\Tools\adm\etc\group), has_acls(1)
 1060   55266 [main] sshd 5380 etc::test_file_change: FindFirstFile succeeded
 1658   56924 [main] sshd 5380 pwdgrp::load: /etc/group curr_lines 52
   53   56977 [main] sshd 5380 pwdgrp::load: /etc/group load succeeded
   72   57049 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   94   57143 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE80) st_atime=44696415 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   57   57200 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE80)
   63   57263 [main] sshd 5380 statvfs: statfs /etc/ssh_host_key
   49   57312 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_key
   46   57358 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_key = normalize_posix_path (/etc/ssh_host_key)
   54   57412 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_key)
   53   57465 [main] sshd 5380 set_flags: flags: binary (0x2)
   52   57517 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_key, dst C:\Cygwin\etc\ssh_host_key, flags 0xA, rc 0
   95   57612 [main] sshd 5380 symlink_info::check: not a symlink
   48   57660 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_key, 0x22D480) (0xA)
   55   57715 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_key), has_acls(1)
   78   57793 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
  239   58032 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  112   58144 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   50   58194 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   59   58253 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   90   58343 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE60) st_atime=44696415 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   51   58394 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE60)
  106   58500 [main] sshd 5380 readv: readv (3, 0x22DE10, 1) blocking, sigcatchers 0
   54   58554 [main] sshd 5380 readv: no need to call ready_for_read
   84   58638 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   51   58689 [main] sshd 5380 readv: 981 = readv (3, 0x22DE10, 1), errno 2
  372   59061 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_key, 0, 0)
   46   59107 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   55   59162 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
  343   59505 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_key
  111   59616 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   57   59673 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   54   59727 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   91   59818 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DDB0) st_atime=44696415 st_size=981, st_mode=0x8180, st_ino=281474976778224, sizeof=96
   51   59869 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DDB0)
   95   59964 [main] sshd 5380 readv: readv (3, 0x22DD60, 1) blocking, sigcatchers 0
   49   60013 [main] sshd 5380 readv: no need to call ready_for_read
   55   60068 [main] sshd 5380 fhandler_base::read: returning 981, binary mode
   46   60114 [main] sshd 5380 readv: 981 = readv (3, 0x22DD60, 1), errno 2
 2767   62881 [main] sshd 5380 time: 1147757592 = time (22DC68)
12096   74977 [main] sshd 5380 close: close (3)
   50   75027 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_key' handle 0x690
   65   75092 [main] sshd 5380 close: 0 = close (3)
  236   75328 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  136   75464 [main] sshd 5380 vsyslog: 7 %.500s
  140   75604 [main] sshd 5380 open: open (/dev/null, 0x10601)
   51   75655 [main] sshd 5380 normalize_posix_path: src /dev/null
   50   75705 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   49   75754 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   55   75809 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   54   75863 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   53   75916 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   84   76000 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   47   76047 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50   76097 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   49   76146 [main] sshd 5380 fhandler_base::open_9x: 0x690 = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   51   76197 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   50   76247 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   98   76345 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  492   76837 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   49   76886 [main] sshd 5380 fhandler_base::write: binary write
   54   76940 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 2
  309   77249 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   50   77299 [main] sshd 5380 fhandler_base::write: binary write
   50   77349 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 2
  371   77720 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   61   77781 [main] sshd 5380 fhandler_base::write: binary write
   59   77840 [main] sshd 5380 writev: 40 = write (3, 0x22B8C0, 1), errno 2
  309   78149 [main] sshd 5380 close: close (3)
   56   78205 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x690
   65   78270 [main] sshd 5380 close: 0 = close (3)
 1160   79430 [main] sshd 5380 open: open (/etc/ssh_host_rsa_key, 0x10000)
   63   79493 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   49   79542 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   55   79597 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   51   79648 [main] sshd 5380 set_flags: flags: binary (0x2)
   54   79702 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   93   79795 [main] sshd 5380 symlink_info::check: not a symlink
   48   79843 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D790) (0xA)
   54   79897 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   51   79948 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   60   80008 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   80   80088 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   47   80135 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50   80185 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50   80235 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x694, 80100000, C:\Cygwin\etc\ssh_host_rsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   54   80289 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x110000)
   47   80336 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_rsa_key, 0x10000)
   50   80386 [main] sshd 5380 open: 3 = open (/etc/ssh_host_rsa_key, 0x10000)
   74   80460 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  118   80578 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   50   80628 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   61   80689 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   95   80784 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE80) st_atime=44696415 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   54   80838 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE80)
   52   80890 [main] sshd 5380 statvfs: statfs /etc/ssh_host_rsa_key
   45   80935 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_rsa_key
   50   80985 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_rsa_key = normalize_posix_path (/etc/ssh_host_rsa_key)
   51   81036 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_rsa_key)
   53   81089 [main] sshd 5380 set_flags: flags: binary (0x2)
   47   81136 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_rsa_key, dst C:\Cygwin\etc\ssh_host_rsa_key, flags 0xA, rc 0
   79   81215 [main] sshd 5380 symlink_info::check: not a symlink
   47   81262 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_rsa_key, 0x22D480) (0xA)
   50   81312 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_rsa_key), has_acls(1)
   78   81390 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
  218   81608 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  110   81718 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   50   81768 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   53   81821 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   91   81912 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE60) st_atime=44696415 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   50   81962 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE60)
  100   82062 [main] sshd 5380 readv: readv (3, 0x22DE10, 1) blocking, sigcatchers 0
   47   82109 [main] sshd 5380 readv: no need to call ready_for_read
   85   82194 [main] sshd 5380 fhandler_base::read: returning 1675, binary mode
   49   82243 [main] sshd 5380 readv: 1675 = readv (3, 0x22DE10, 1), errno 2
  101   82344 [main] sshd 5380 fhandler_base::lseek: lseek (/etc/ssh_host_rsa_key, 0, 0)
   46   82390 [main] sshd 5380 fhandler_base::lseek: setting file pointer to 0 (high), 0 (low)
   55   82445 [main] sshd 5380 lseek64: 0 = lseek (3, 0, 0)
   65   82510 [main] sshd 5380 fhandler_base::fcntl: GETFL: 1114112
   47   82557 [main] sshd 5380 fcntl_worker: 1114112 = fcntl (3, 3, 0x0)
  185   82742 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  536   83278 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_rsa_key
  106   83384 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   56   83440 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   54   83494 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   90   83584 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22D600) st_atime=44696415 st_size=1675, st_mode=0x8180, st_ino=281474976778226, sizeof=96
   51   83635 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22D600)
   97   83732 [main] sshd 5380 readv: readv (3, 0x22D620, 1) blocking, sigcatchers 0
   46   83778 [main] sshd 5380 readv: no need to call ready_for_read
   55   83833 [main] sshd 5380 fhandler_base::read: returning 1024, binary mode
   46   83879 [main] sshd 5380 readv: 1024 = readv (3, 0x22D620, 1), errno 2
 1681   85560 [main] sshd 5380 readv: readv (3, 0x22D620, 1) blocking, sigcatchers 0
   49   85609 [main] sshd 5380 readv: no need to call ready_for_read
   55   85664 [main] sshd 5380 fhandler_base::read: returning 651, binary mode
   46   85710 [main] sshd 5380 readv: 651 = readv (3, 0x22D620, 1), errno 2
 2758   88468 [main] sshd 5380 time: 1147757592 = time (22DD98)
 8502   96970 [main] sshd 5380 close: close (3)
   67   97037 [main] sshd 5380 fhandler_base::close: closing '/etc/ssh_host_rsa_key' handle 0x694
   82   97119 [main] sshd 5380 close: 0 = close (3)
  529   97648 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  178   97826 [main] sshd 5380 vsyslog: 7 %.500s
  178   98004 [main] sshd 5380 open: open (/dev/null, 0x10601)
   66   98070 [main] sshd 5380 normalize_posix_path: src /dev/null
   64   98134 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   63   98197 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   63   98260 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   68   98328 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   66   98394 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
  101   98495 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   58   98553 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   65   98618 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   57   98675 [main] sshd 5380 fhandler_base::open_9x: 0x694 = CreateFile (NUL, 0x40000000, 0x7, 0x22D310, 0x2, 0x80, 0)
   67   98742 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   63   98805 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
  119   98924 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  632   99556 [main] sshd 5380 writev: writev (3, 0x22B840, 1)
   62   99618 [main] sshd 5380 fhandler_base::write: binary write
   65   99683 [main] sshd 5380 writev: 6 = write (3, 0x22B840, 1), errno 2
  403  100086 [main] sshd 5380 writev: writev (3, 0x22B840, 1)
   63  100149 [main] sshd 5380 fhandler_base::write: binary write
   63  100212 [main] sshd 5380 writev: 10 = write (3, 0x22B840, 1), errno 2
  405  100617 [main] sshd 5380 writev: writev (3, 0x22B860, 1)
   63  100680 [main] sshd 5380 fhandler_base::write: binary write
   63  100743 [main] sshd 5380 writev: 43 = write (3, 0x22B860, 1), errno 2
  339  101082 [main] sshd 5380 close: close (3)
   65  101147 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x694
   74  101221 [main] sshd 5380 close: 0 = close (3)
 1389  102610 [main] sshd 5380 openlog: openlog called with (sshd, 1, 32)
  145  102755 [main] sshd 5380 vsyslog: 7 %.500s
  144  102899 [main] sshd 5380 open: open (/dev/null, 0x10601)
   52  102951 [main] sshd 5380 normalize_posix_path: src /dev/null
   49  103000 [main] sshd 5380 normalize_posix_path: /dev/null = normalize_posix_path (/dev/null)
   54  103054 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/null)
   50  103104 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /dev/null, dst nul, flags 0x2, rc 0
   61  103165 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   50  103215 [main] sshd 5380 fhandler_base::open_9x: (NUL, 0x10601)
   84  103299 [main] sshd 5380 fhandler_base::set_flags: flags 0x10601, supplied_bin 0x10000
   47  103346 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   50  103396 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50  103446 [main] sshd 5380 fhandler_base::open_9x: 0x69C = CreateFile (NUL, 0x40000000, 0x7, 0x22D370, 0x2, 0x80, 0)
   49  103495 [main] sshd 5380 fhandler_base::open_9x: 1 = fhandler_base::open (NUL, 0x10601)
   51  103546 [main] sshd 5380 open: 3 = open (/dev/null, 0x10601)
   93  103639 [main] sshd 5380 _cygwin_istext_for_stdio: fd 3: opened as binary
  495  104134 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   49  104183 [main] sshd 5380 fhandler_base::write: binary write
   54  104237 [main] sshd 5380 writev: 6 = write (3, 0x22B8A0, 1), errno 2
  311  104548 [main] sshd 5380 writev: writev (3, 0x22B8A0, 1)
   50  104598 [main] sshd 5380 fhandler_base::write: binary write
   51  104649 [main] sshd 5380 writev: 10 = write (3, 0x22B8A0, 1), errno 2
  311  104960 [main] sshd 5380 writev: writev (3, 0x22B8C0, 1)
   50  105010 [main] sshd 5380 fhandler_base::write: binary write
   51  105061 [main] sshd 5380 writev: 39 = write (3, 0x22B8C0, 1), errno 2
  272  105333 [main] sshd 5380 close: close (3)
   47  105380 [main] sshd 5380 fhandler_base::close: closing '/dev/null' handle 0x69C
   63  105443 [main] sshd 5380 close: 0 = close (3)
 1007  106450 [main] sshd 5380 open: open (/etc/ssh_host_dsa_key, 0x10000)
   59  106509 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   47  106556 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   54  106610 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   51  106661 [main] sshd 5380 set_flags: flags: binary (0x2)
   49  106710 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   91  106801 [main] sshd 5380 symlink_info::check: not a symlink
   47  106848 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D790) (0xA)
   54  106902 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   50  106952 [main] sshd 5380 build_fh_pc: fh 0x6115DE7C
   51  107003 [main] sshd 5380 fhandler_base::open: (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   81  107084 [main] sshd 5380 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
   47  107131 [main] sshd 5380 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
   49  107180 [main] sshd 5380 fhandler_base::set_flags: filemode set to binary
   50  107230 [main] sshd 5380 fhandler_base::open: 0 = NtCreateFile (0x690, 80100000, C:\Cygwin\etc\ssh_host_dsa_key, io, NULL, 0, 7, 1, 20, NULL, 0)
   50  107280 [main] sshd 5380 fhandler_base::open: 1 = fhandler_base::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x110000)
   50  107330 [main] sshd 5380 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\Cygwin\etc\ssh_host_dsa_key, 0x10000)
   50  107380 [main] sshd 5380 open: 3 = open (/etc/ssh_host_dsa_key, 0x10000)
   73  107453 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  121  107574 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   53  107627 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   61  107688 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
   94  107782 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE80) st_atime=44696415 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   49  107831 [main] sshd 5380 fstat64: 0 = fstat (3, 0x22DE80)
   55  107886 [main] sshd 5380 statvfs: statfs /etc/ssh_host_dsa_key
   51  107937 [main] sshd 5380 normalize_posix_path: src /etc/ssh_host_dsa_key
   50  107987 [main] sshd 5380 normalize_posix_path: /etc/ssh_host_dsa_key = normalize_posix_path (/etc/ssh_host_dsa_key)
   50  108037 [main] sshd 5380 mount_info::conv_to_win32_path: conv_to_win32_path (/etc/ssh_host_dsa_key)
   51  108088 [main] sshd 5380 set_flags: flags: binary (0x2)
   50  108138 [main] sshd 5380 mount_info::conv_to_win32_path: src_path /etc/ssh_host_dsa_key, dst C:\Cygwin\etc\ssh_host_dsa_key, flags 0xA, rc 0
   79  108217 [main] sshd 5380 symlink_info::check: not a symlink
   46  108263 [main] sshd 5380 symlink_info::check: 0 = symlink.check (C:\Cygwin\etc\ssh_host_dsa_key, 0x22D480) (0xA)
   50  108313 [main] sshd 5380 path_conv::check: this->path(C:\Cygwin\etc\ssh_host_dsa_key), has_acls(1)
   78  108391 [main] sshd 5380 set_privilege: 1 = set_privilege ((token 698) SeChangeNotifyPrivilege, 1)
  222  108613 [main] sshd 5380 get_file_attribute: file: C:\Cygwin\etc\ssh_host_dsa_key
  174  108787 [main] sshd 5380 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-732069428-1589987877-3227012232-1012
   67  108854 [main] sshd 5380 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-1957994488-1035525444-725345543-513
   66  108920 [main] sshd 5380 get_info_from_sd: ACL 180, uid 1012, gid 513
  106  109026 [main] sshd 5380 fhandler_base::fstat_helper: 0 = fstat (, 0x22DE60) st_atime=44696415 st_size=668, st_mode=0x8180, st_ino=281474976778228, sizeof=96
   61  109087 [main] s