public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* sshd: PID 2308: fatal: seteuid 1090146: Permission denied --> Login to domain server windows 2k12r2 not possible
@ 2018-03-08 12:48 Bernhard Finster
  2018-03-08 15:50 ` Brian Inglis
  2018-03-08 21:00 ` Achim Gratz
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Finster @ 2018-03-08 12:48 UTC (permalink / raw)
  To: cygwin; +Cc: Bernhard Finster

[-- Attachment #1: Type: text/plain, Size: 1801 bytes --]

Dear Cygwin Team,

login via ssh to cygwin on a domain server 2012r2 standardis not possible (see error in mail subject). The login is either with password, nor with publickey possible.
The package was created with cygwinsetup.exe v 2.877 (32bit) and works fine on every standalone servers. I have createt a setup batch file with the content below:

	c:\start\cygwin\setup.exe -q --local-install --root c:\cygwin -l c:\Start\cygwin
	cd C:\cygwin\bin  
	bash --login -c "ssh-host-config -y -c "tty ntsec" -u "cyg_server" -w "password" --privileged"  
	bash --login -c "mkdir .ssh"  
	bash --login -c "cp /cygdrive/c/Start/authorized_keys .ssh/authorized_keys"  
	bash --login -c "chmod 700 .ssh"
	bash --login -c "cygrunsrv -S sshd"
	bash --login -c "syslog-ng-config -y"
	bash --login -c "cygrunsrv -S syslog-ng"

The setup is always startet with the user "Administrator@domain" after joining the domain.
In my test-domain I have enabled the following user right assignement for the domain admin cyg_server:

* Act as part of the operating system
* Create a token object
* Log on as a batch job
* Log on as a service
* Repace a process level token
* Deny log on locally
* Deny logon through Remotedesktop Services

Attachements:

* ssh_config, sshd_config, original copy from the server
* ssh-ddd.txt is the output of the command "/usr/sbin/sshd -d -d -d"
* ssh-vvv.txt is the output of a login attempt to the server (usual Administrator@hostname), I have defined in .ssh/config (host * user Administrator)
* messages.txt is the output of a login attemt to the server from his syslog-ng log
* cygcheck

Sorry for my bad english, I hope it will get better.
Please help if you have any idea for me to get out of this desaster.

Best regards,
Bernhard

-- 




[-- Attachment #2: sshd_config --]
[-- Type: application/octet-stream, Size: 3186 bytes --]

#	$OpenBSD: sshd_config,v 1.101 2017/03/14 07:19:07 djm Exp $

# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/bin:/usr/sbin:/sbin:/usr/bin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options override the
# default value.

#Port 22
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::

#HostKey /etc/ssh_host_rsa_key
#HostKey /etc/ssh_host_dsa_key
#HostKey /etc/ssh_host_ecdsa_key
#HostKey /etc/ssh_host_ed25519_key

# Ciphers and keying
#RekeyLimit default none

# Logging
#SyslogFacility AUTH
#LogLevel INFO
SyslogFacility LOCAL5
LogLevel DEBUG3

# Authentication:

#LoginGraceTime 2m
#PermitRootLogin prohibit-password
#StrictModes yes
#MaxAuthTries 6
#MaxSessions 10

#PubkeyAuthentication yes

# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile	.ssh/authorized_keys

#AuthorizedPrincipalsFile none

#AuthorizedKeysCommand none
#AuthorizedKeysCommandUser nobody

# For this to work you will also need host keys in /etc/ssh_known_hosts
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable s/key passwords
#ChallengeResponseAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
#UsePAM no

#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding no
#X11DisplayOffset 10
#X11UseLocalhost yes
#PermitTTY yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS no
#PidFile /var/run/sshd.pid
#MaxStartups 10:30:100
#PermitTunnel no
#ChrootDirectory none
#VersionAddendum none

# no default banner path
#Banner none

# override default of no subsystems
Subsystem	sftp	/usr/sbin/sftp-server

# Example of overriding settings on a per-user basis
#Match User anoncvs
#	X11Forwarding no
#	AllowTcpForwarding no
#	PermitTTY no
#	ForceCommand cvs server

[-- Attachment #3: ssh-d-d-d.txt --]
[-- Type: text/plain, Size: 992 bytes --]

Administrator@bf04 /var/log
$ /usr/sbin/sshd -d -d -d
debug2: load_server_config: filename /etc/sshd_configdebug2: load_server_config: done config len = 232
debug2: parse_server_config: config /etc/sshd_config len 232
debug3: /etc/sshd_config:29 setting SyslogFacility LOCAL5
debug3: /etc/sshd_config:30 setting LogLevel DEBUG3
debug3: /etc/sshd_config:44 setting AuthorizedKeysFile .ssh/authorized_keys
debug3: /etc/sshd_config:113 setting Subsystem sftp     /usr/sbin/sftp-server
debug1: sshd version OpenSSH_7.5, OpenSSL 1.0.2k  26 Jan 2017
debug1: private host key #0: ssh-rsa SHA256:2YeqC+H132DdRmsSZO68VdW1uH8LDRy4PNRa8oU9N8o
debug1: private host key #1: ssh-dss SHA256:dDFV8Ba+RmhjaN72YthN196ucFv2BsPfROGKRNJhn+E
debug1: private host key #2: ecdsa-sha2-nistp256 SHA256:/RJkjDItaExr0sqTG2gs5tsX4BgBCFc4skVLgQzerKs
debug1: private host key #3: ssh-ed25519 SHA256:tAHwnYCvZwp5u+ifzi5zQamt+bJR2/e+W6jY8d4FfCs
/var/empty must be owned by root and not group or world-writable.

[-- Attachment #4: ssh-vvv.txt --]
[-- Type: text/plain, Size: 0 bytes --]



[-- Attachment #5: cygcheck.out --]
[-- Type: application/octet-stream, Size: 44400 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Wed Mar 07 08:22:00 2018

Windows 2012 R2 Server Standard Ver 6.3 Build 9600 

Running under WOW64 on AMD64

Running in Terminal Service session

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0

Output from C:\cygwin\bin\id.exe
UID: 1090146(Administrator)
GID: 1049089(Domain Users)
1049089(Domain Users)
545(Users)
544(Administrators)
14(REMOTE INTERACTIVE LOGON)
4(INTERACTIVE)
11(Authenticated Users)
15(This Organization)
4095(CurrentSession)
66048(LOCAL)
1049088(Domain Admins)
1049096(Group Policy Creator Owners)
1108722(EDVV)
1049094(Schema Admins)
1049095(Enterprise Admins)
70145(Authentication authority asserted identity)
1049148(Denied RODC Password Replication Group)
405504(High Mandatory Level)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'Administrator'
PWD = '/var/log'
HOME = '/home/Administrator'

USERDOMAIN = 'BOKU-IT-DEV'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files (x86)\Common Files'
PROCESSOR_LEVEL = '6'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
PROCESSOR_ARCHITEW6432 = 'AMD64'
CommonProgramW6432 = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
FP_NO_HOST_CHECK = 'NO'
LANG = 'en_US.UTF-8'
TZ = 'Europe/Berlin'
HOSTNAME = 'bf04'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/home/Administrator'
USERNAME = 'Administrator'
LOGONSERVER = '\\PDC-DEV'
PROCESSOR_ARCHITECTURE = 'x86'
LOCALAPPDATA = 'C:\Users\Administrator.BOKU-IT-DEV\AppData\Local'
COMPUTERNAME = 'BF04'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\Administrator.BOKU-IT-DEV'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\Windows'
USERDOMAIN_ROAMINGPROFILE = 'BOKU-IT-DEV'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 26 Stepping 4, GenuineIntel'
TMP = '/tmp'
PROCESSOR_REVISION = '1a04'
PROFILEREAD = 'true'
USERDNSDOMAIN = 'BOKU-IT-DEV.BOKU.AC.AT'
NUMBER_OF_PROCESSORS = '1'
ProgramW6432 = 'C:\Program Files'
COMSPEC = 'C:\Windows\system32\cmd.exe'
APPDATA = 'C:\Users\Administrator.BOKU-IT-DEV\AppData\Roaming'
SHELL = '/bin/bash'
TERM = 'xterm'
WINDIR = 'C:\Windows'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PRINTER = 'Microsoft XPS Document Writer'
PROGRAMFILES = 'C:\Program Files (x86)'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
HOMEDRIVE = 'C:'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
HOMEPATH = '\Users\Administrator.BOKU-IT-DEV'
ORIGINAL_PATH = '/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0'
EXECIGNORE = '*.dll'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'c:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin

a:  fd             N/A    N/A                      
c:  hd  NTFS     81566Mb  19% CP CS UN PA FC     EN
d:  cd             N/A    N/A                      

C:\cygwin        /          system  binary,auto
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,posix=0,auto

Found: C:\cygwin\bin\awk
 -> C:\cygwin\bin\gawk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\Windows\system32\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi.exe
Found: C:\cygwin\bin\vim.exe

   39k 2016/09/19 C:\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:25
   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
  203k 2015/03/23 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 09:55
   67k 2017/02/22 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2017-02-22 07:22
 1206k 2017/03/15 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2017-03-15 22:00
   25k 2017/03/15 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2017-03-15 22:01
  121k 2017/03/15 C:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2017-03-15 22:01
   10k 2015/02/20 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 16:52
   13k 2015/03/19 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2015-03-19 02:45
   10k 2016/06/09 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2016-06-09 16:02
 2012k 2017/01/26 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2017-01-26 20:11
  514k 2016/12/29 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2016-12-29 05:08
 1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-10 18:45
 1650k 2016/08/22 C:\cygwin\bin\cygdb-5.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-5.3.dll" v0.0 ts=2016-08-22 12:18
  105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-10 18:46
  134k 2016/08/22 C:\cygwin\bin\cygdb_cxx-5.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-5.3.dll" v0.0 ts=2016-08-22 12:18
  605k 2016/08/22 C:\cygwin\bin\cygdb_sql-5.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_sql-5.3.dll" v0.0 ts=2016-08-22 12:18
  185k 2016/09/19 C:\cygwin\bin\cygdialog-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygdialog-13.dll" v0.0 ts=2016-09-19 07:18
  159k 2013/10/20 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 22:09
  135k 2017/04/04 C:\cygwin\bin\cygEGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEGL-1.dll" v0.0 ts=2017-04-04 18:53
   12k 2012/05/04 C:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2012-05-04 09:14
  157k 2016/06/21 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2016-06-21 23:22
   32k 2014/10/14 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:21
   27k 2015/01/02 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-02 01:11
  252k 2016/08/11 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2016-08-11 06:12
   60k 2017/03/29 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2017-03-29 23:59
  462k 2016/10/07 C:\cygwin\bin\cygfreebl3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreebl3.dll" v0.0 ts=2016-10-07 19:45
  615k 2016/07/28 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2016-07-28 18:24
  108k 2016/06/14 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2016-06-14 05:44
  350k 2017/01/27 C:\cygwin\bin\cyggd-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-3.dll" v0.0 ts=2017-01-27 08:44
   44k 2016/10/10 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2016-10-10 18:13
   14k 2016/10/10 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2016-10-10 18:13
 1520k 2017/03/17 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2017-03-15 16:20
  515k 2017/04/04 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2017-04-04 18:52
  286k 2017/04/04 C:\cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2017-04-04 18:36
 1056k 2017/03/17 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2017-03-15 16:17
   16k 2017/03/17 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2017-03-17 20:25
  506k 2017/01/21 C:\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2017-01-21 18:25
 1026k 2015/08/28 C:\cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-28.dll" v0.0 ts=2015-08-28 15:23
   26k 2015/08/28 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2015-08-28 15:23
   42k 2015/08/28 C:\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-28.dll" v0.0 ts=2015-08-28 15:23
  318k 2017/03/17 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2017-03-15 16:18
  184k 2016/10/30 C:\cygwin\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=4.0
                  "cyggraphite2-3.dll" v0.0 ts=2016-10-30 21:16
10952k 2016/06/29 C:\cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2016-06-29 10:11
  279k 2016/09/26 C:\cygwin\bin\cyggssapi_krb5-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi_krb5-2.dll" v0.0 ts=2016-09-26 06:51
    9k 2017/03/17 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2017-03-15 16:17
  417k 2017/03/15 C:\cygwin\bin\cygharfbuzz-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-0.dll" v0.0 ts=2017-03-15 21:46
   11k 2017/03/15 C:\cygwin\bin\cygharfbuzz-icu-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2017-03-15 21:46
   34k 2017/02/13 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:26
  172k 2016/03/13 C:\cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:22
   80k 2014/08/10 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=1970-01-01 00:00
  360k 2015/11/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2015-11-24 07:57
 1010k 2015/02/20 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 16:52
24466k 2015/10/08 C:\cygwin\bin\cygicudata56.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata56.dll" v0.0 ts=2015-10-08 15:33
25076k 2016/04/08 C:\cygwin\bin\cygicudata57.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata57.dll" v0.0 ts=2016-04-08 20:05
25607k 2016/12/10 C:\cygwin\bin\cygicudata58.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata58.dll" v0.0 ts=2016-12-10 17:55
25683k 2017/04/15 C:\cygwin\bin\cygicudata59.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata59.dll" v0.0 ts=2017-04-15 17:49
 2311k 2015/10/08 C:\cygwin\bin\cygicui18n56.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n56.dll" v0.0 ts=2015-10-08 15:30
 2307k 2016/04/08 C:\cygwin\bin\cygicui18n57.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n57.dll" v0.0 ts=2016-04-08 20:02
 2317k 2016/12/10 C:\cygwin\bin\cygicui18n58.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n58.dll" v0.0 ts=2016-12-10 17:52
 2334k 2017/04/15 C:\cygwin\bin\cygicui18n59.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n59.dll" v0.0 ts=2017-04-15 17:46
   45k 2015/10/08 C:\cygwin\bin\cygicuio56.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio56.dll" v0.0 ts=2015-10-08 15:32
   46k 2016/04/08 C:\cygwin\bin\cygicuio57.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio57.dll" v0.0 ts=2016-04-08 20:02
   46k 2016/12/10 C:\cygwin\bin\cygicuio58.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio58.dll" v0.0 ts=2016-12-10 17:52
   47k 2017/04/15 C:\cygwin\bin\cygicuio59.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio59.dll" v0.0 ts=2017-04-15 17:47
  316k 2015/10/08 C:\cygwin\bin\cygicule56.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule56.dll" v0.0 ts=2015-10-08 15:32
  310k 2016/04/08 C:\cygwin\bin\cygicule57.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule57.dll" v0.0 ts=2016-04-08 20:02
   39k 2015/10/08 C:\cygwin\bin\cygiculx56.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx56.dll" v0.0 ts=2015-10-08 15:32
   39k 2016/04/08 C:\cygwin\bin\cygiculx57.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx57.dll" v0.0 ts=2016-04-08 20:02
 1431k 2015/10/08 C:\cygwin\bin\cygicuuc56.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc56.dll" v0.0 ts=2015-10-08 15:29
 1488k 2016/04/08 C:\cygwin\bin\cygicuuc57.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc57.dll" v0.0 ts=2016-04-08 20:01
 1510k 2016/12/10 C:\cygwin\bin\cygicuuc58.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc58.dll" v0.0 ts=2016-12-10 17:51
 1531k 2017/04/15 C:\cygwin\bin\cygicuuc59.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc59.dll" v0.0 ts=2017-04-15 17:45
  198k 2014/12/06 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2014-12-06 12:56
  114k 2017/04/24 C:\cygwin\bin\cygidn2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn2-0.dll" v0.0 ts=2017-04-24 05:56
   42k 2016/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:19
   47k 2014/06/17 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   20k 2014/06/17 C:\cygwin\bin\cygjbig85-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  429k 2016/08/07 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2016-08-07 20:30
  189k 2016/09/26 C:\cygwin\bin\cygk5crypto-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygk5crypto-3.dll" v0.0 ts=2016-09-26 06:50
   93k 2017/04/16 C:\cygwin\bin\cygkpathsea-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-6.dll" v0.0 ts=2017-04-16 16:47
  745k 2016/09/26 C:\cygwin\bin\cygkrb5-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-3.dll" v0.0 ts=2016-09-26 06:51
   39k 2016/09/26 C:\cygwin\bin\cygkrb5support-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5support-0.dll" v0.0 ts=2016-09-26 06:50
   49k 2015/11/19 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2015-11-19 08:24
  319k 2017/01/03 C:\cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2017-01-03 12:51
  271k 2015/11/19 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2015-11-19 08:25
  287k 2015/11/19 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2015-11-19 08:26
19066k 2016/03/29 C:\cygwin\bin\cygLLVM-3.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.5.dll" v0.0 ts=2016-03-29 01:19
27501k 2016/07/21 C:\cygwin\bin\cygLLVM-3.8.dll - os=4.0 img=0.0 sys=4.0
                  "cygLLVM-3.8.dll" v0.0 ts=2016-07-21 04:10
30513k 2017/02/20 C:\cygwin\bin\cygLLVM-3.9.dll - os=4.0 img=0.0 sys=4.0
                  "cygLLVM-3.9.dll" v0.0 ts=2017-02-20 21:30
    5k 2017/04/01 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2017-04-01 19:42
    6k 2017/04/01 C:\cygwin\bin\cyglsa64.dll (not x86 dll)
  159k 2015/11/09 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2015-11-09 06:13
  127k 2014/11/17 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2014-11-17 09:18
  124k 2016/01/11 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2016-01-11 22:36
  173k 2016/10/10 C:\cygwin\bin\cygman-2-7-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-5.dll" v0.0 ts=2016-10-10 22:07
   21k 2016/10/10 C:\cygwin\bin\cygmandb-2-7-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-5.dll" v0.0 ts=2016-10-10 22:08
   30k 2017/03/29 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2017-03-29 23:58
  374k 2017/04/08 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2017-04-08 12:07
   56k 2017/03/29 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2017-03-30 00:04
  310k 2017/03/29 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2017-03-29 23:56
  193k 2016/03/13 C:\cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnettle-4.dll" v0.0 ts=2016-03-13 14:22
  146k 2017/03/15 C:\cygwin\bin\cygnghttp2-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygnghttp2-14.dll" v0.0 ts=2017-03-15 20:38
  242k 2016/10/07 C:\cygwin\bin\cygnspr4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnspr4.dll" v0.0 ts=2016-10-07 19:33
 1384k 2016/10/07 C:\cygwin\bin\cygnss3.dll - os=4.0 img=1.0 sys=4.0
                  "cygnss3.dll" v0.0 ts=2016-10-07 19:47
  181k 2016/10/07 C:\cygwin\bin\cygnssdbm3.dll - os=4.0 img=1.0 sys=4.0
                  "cygnssdbm3.dll" v0.0 ts=2016-10-07 19:45
  149k 2016/10/07 C:\cygwin\bin\cygnssutil3.dll - os=4.0 img=1.0 sys=4.0
                  "cygnssutil3.dll" v0.0 ts=2016-10-07 19:45
  201k 2016/11/10 C:\cygwin\bin\cygopenjp2-7.dll - os=4.0 img=2.1 sys=4.0
                  "cygopenjp2-7.dll" v0.0 ts=2016-11-10 04:24
  131k 2016/03/04 C:\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2016-03-04 16:11
  326k 2015/06/01 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2015-06-01 20:17
   15k 2017/03/29 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2017-03-29 23:57
   11k 2013/07/23 C:\cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 21:23
  471k 2017/04/24 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2017-04-24 01:00
 2162k 2017/01/15 C:\cygwin\bin\cygperl5_22.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_22.dll" v0.0 ts=2017-01-15 12:24
   41k 2015/04/09 C:\cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2015-04-09 20:58
  645k 2016/08/08 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2016-08-08 02:55
   18k 2016/10/07 C:\cygwin\bin\cygplc4.dll - os=4.0 img=1.0 sys=4.0
                  "cygplc4.dll" v0.0 ts=2016-10-07 19:33
   15k 2016/10/07 C:\cygwin\bin\cygplds4.dll - os=4.0 img=1.0 sys=4.0
                  "cygplds4.dll" v0.0 ts=2016-10-07 19:33
  195k 2017/01/17 C:\cygwin\bin\cygpng16-16.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng16-16.dll" v0.0 ts=2017-01-17 19:28
 1996k 2016/05/05 C:\cygwin\bin\cygpoppler-55.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-55.dll" v0.0 ts=2016-05-05 03:54
 2033k 2016/11/10 C:\cygwin\bin\cygpoppler-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-62.dll" v0.0 ts=2016-11-10 09:13
 2051k 2017/04/03 C:\cygwin\bin\cygpoppler-66.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-66.dll" v0.0 ts=2017-04-03 08:06
   43k 2016/07/13 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:17
   30k 2017/03/14 C:\cygwin\bin\cygpotrace-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpotrace-0.dll" v0.0 ts=2017-03-14 15:57
  161k 2017/02/11 C:\cygwin\bin\cygpq-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq-5.dll" v0.0 ts=2017-02-11 07:01
   59k 2016/03/22 C:\cygwin\bin\cygprocps-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygprocps-4.dll" v0.0 ts=2016-03-22 19:02
   57k 2016/09/21 C:\cygwin\bin\cygprocps-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygprocps-5.dll" v0.0 ts=2016-09-21 18:12
   52k 2017/01/17 C:\cygwin\bin\cygpsl-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsl-5.dll" v0.0 ts=2017-01-17 17:19
   40k 2017/04/16 C:\cygwin\bin\cygptexenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygptexenc-1.dll" v0.0 ts=2017-04-16 16:47
  223k 2017/02/13 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:26
  104k 2017/04/16 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2017-04-16 19:13
   11k 2015/07/17 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:33
   28k 2014/01/14 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2014-01-14 23:54
   98k 2015/03/23 C:\cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 09:55
  175k 2016/10/07 C:\cygwin\bin\cygsmime3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmime3.dll" v0.0 ts=2016-10-07 19:48
  280k 2016/10/07 C:\cygwin\bin\cygsoftokn3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsoftokn3.dll" v0.0 ts=2016-10-07 19:45
 1021k 2017/04/20 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2017-04-19 17:32
  168k 2016/03/02 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2016-03-02 18:07
  424k 2017/01/26 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2017-01-26 20:11
  441k 2016/10/07 C:\cygwin\bin\cygssl3.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl3.dll" v0.0 ts=2016-10-07 19:47
   13k 2016/06/14 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2016-06-14 06:42
 1439k 2016/06/14 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2016-06-14 06:06
   63k 2017/04/16 C:\cygwin\bin\cygsynctex-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsynctex-1.dll" v0.0 ts=2017-04-16 16:57
  356k 2015/02/11 C:\cygwin\bin\cygsyslog-ng-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsyslog-ng-0.dll" v0.0 ts=2015-02-11 10:32
   70k 2016/08/22 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2016-08-22 17:52
  195k 2017/03/15 C:\cygwin\bin\cygTECkit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygTECkit-0.dll" v0.0 ts=2017-03-15 23:45
 1141k 2017/03/15 C:\cygwin\bin\cygTECkit_Compiler-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygTECkit_Compiler-0.dll" v0.0 ts=2017-03-15 23:45
  184k 2017/04/16 C:\cygwin\bin\cygtexlua52-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtexlua52-5.dll" v0.0 ts=2017-04-16 16:48
  483k 2017/04/16 C:\cygwin\bin\cygtexluajit-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygtexluajit-2.dll" v0.0 ts=2017-04-16 16:49
   55k 2017/03/29 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2017-03-29 23:57
  444k 2015/10/28 C:\cygwin\bin\cygtiff-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-6.dll" v0.0 ts=2015-10-28 21:30
   12k 2015/10/28 C:\cygwin\bin\cygtiffxx-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-6.dll" v0.0 ts=2015-10-28 21:30
  221k 2016/05/10 C:\cygwin\bin\cygtxc_dxtn.dll - os=4.0 img=1.0 sys=4.0
                  "cygtxc_dxtn.dll" v0.0 ts=2016-05-10 06:32
 1570k 2015/10/16 C:\cygwin\bin\cygunistring-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygunistring-2.dll" v0.0 ts=2015-10-16 21:39
   81k 2015/02/11 C:\cygwin\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb0.dll" v0.0 ts=2015-02-11 01:42
   16k 2015/03/23 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 09:55
  359k 2016/07/08 C:\cygwin\bin\cygwebp-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygwebp-5.dll" v0.0 ts=2016-07-08 19:28
   30k 2013/11/15 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2013-11-15 20:13
 1168k 2016/10/09 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2016-10-09 17:48
    8k 2016/10/09 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2016-10-09 17:47
   10k 2013/06/06 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:29
  389k 2016/01/29 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2016-01-29 20:33
  124k 2016/08/09 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2016-08-09 22:08
   78k 2016/08/09 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2016-08-09 22:08
   42k 2016/08/09 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2016-08-09 22:08
   12k 2016/08/09 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2016-08-09 22:08
   22k 2015/03/26 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2015-03-26 15:38
   62k 2014/08/10 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=1970-01-01 00:00
   77k 2014/08/10 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=1970-01-01 00:00
   60k 2016/10/26 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2016-10-26 02:38
 1290k 2017/03/15 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2017-03-15 20:21
   88k 2014/01/15 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2014-01-15 02:52
   64k 2017/01/18 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2017-01-18 17:27
   37k 2016/01/29 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2016-01-29 20:24
  330k 2016/01/29 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2016-01-29 20:27
   87k 2017/03/03 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2017-03-03 21:51
   74k 2015/03/26 C:\cygwin\bin\cygzip-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:05
   25k 2013/05/30 C:\cygwin\bin\cygzzip-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzip-0-13.dll" v0.0 ts=2013-05-30 03:44
   12k 2013/05/30 C:\cygwin\bin\cygzzipfseeko-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2013-05-30 03:44
   14k 2013/05/30 C:\cygwin\bin\cygzzipmmapped-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2013-05-30 03:44
    8k 2013/05/30 C:\cygwin\bin\cygzzipwrap-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipwrap-0-13.dll" v0.0 ts=2013-05-30 03:44
 3370k 2017/04/01 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2017-04-01 19:42
    Cygwin DLL version info:
        DLL version: 2.8.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 309
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


Service             : syslog-ng           
Display name        : CYGWIN syslog-ng
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/syslog-ng -F
stdin path          : /dev/null
stdout path         : /var/log/syslog-ng.log
stderr path         : /var/log/syslog-ng.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem

Service             : sshd                
Display name        : CYGWIN sshd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/sshd -D
stdin path          : /dev/null
stdout path         : /var/log/sshd.log
stderr path         : /var/log/sshd.log
Environment         : CYGWIN="tty ntsec" 
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : BOKU-IT-DEV\cyg_server


Cygwin Package Information
Last downloaded files to: c:\Start\cygwin
Last downloaded files from: 

Package                   Version                      Status
_autorebase               001005-1                     OK
alternatives              1.3.30c-10                   OK
base-cygwin               3.8-1                        OK
base-files                4.2-4                        OK
bash                      4.4.12-3                     OK
bzip2                     1.0.6-3                      OK
ca-certificates           2.11-1                       OK
ccrypt                    1.10-1                       OK
coreutils                 8.26-2                       OK
crypt                     1.4-1                        OK
csih                      0.9.9-1                      OK
cygrunsrv                 1.62-1                       OK
cygutils                  1.4.15-2                     OK
cygutils-extra            1.4.15-2                     OK
cygwin                    2.8.0-1                      OK
cygwin-devel              2.8.0-1                      OK
cygwin-doc                2.8.0-1                      OK
dash                      0.5.9.1-1                    OK
dejavu-fonts              2.37-1                       OK
desktop-file-utils        0.23-1                       OK
dialog                    1.3-2.20160828               OK
diffutils                 3.5-2                        OK
dos2unix                  7.3.4-1                      OK
dri-drivers               17.0.3-1                     OK
ed                        1.14.1-1                     OK
editrights                1.03-1                       OK
file                      5.25-1                       OK
findutils                 4.6.0-1                      OK
fontconfig                2.12.1-1                     OK
gamin                     0.1.10-15                    OK
gawk                      4.1.4-3                      OK
getent                    2.18.90-4                    OK
gettext                   0.19.8.1-2                   OK
ghostscript               9.19-1                       OK
ghostscript-fonts-other   6.0-1                        OK
ghostscript-fonts-std     8.11-1                       OK
gnupg                     1.4.21-1                     OK
grep                      3.0-2                        OK
groff                     1.22.3-1                     OK
groff-perl                1.22.3-1                     OK
gsettings-desktop-schemas 3.22.0-1                     OK
gzip                      1.8-1                        OK
hostname                  3.13-1                       OK
inetutils                 1.9.1-2                      OK
inetutils-server          1.9.1-2                      OK
info                      6.1-2                        OK
ipc-utils                 1.0-1                        OK
less                      487-1                        OK
libargp                   20110921-3                   OK
libattr1                  2.4.46-1                     OK
libblkid1                 2.25.2-2                     OK
libbz2_1                  1.0.6-3                      OK
libcairo2                 1.14.8-1                     OK
libcharset1               1.14-3                       OK
libcom_err2               1.42.12-2                    OK
libcrypt0                 1.4-1                        OK
libcurl4                  7.52.1-1                     OK
libdb4.8                  4.8.30-1                     OK
libdb5.3                  5.3.28-1                     OK
libdialog13               1.3-2.20160828               OK
libedit0                  20130712-1                   OK
libEGL1                   17.0.3-1                     OK
libevtlog0                0.2.12-2                     OK
libexpat1                 2.2.0-0                      OK
libfam0                   0.1.10-15                    OK
libffi6                   3.2.1-1                      OK
libfontconfig-common      2.12.1-1                     OK
libfontconfig1            2.12.1-1                     OK
libfreetype6              2.6.5-1                      OK
libgcc1                   5.4.0-1                      OK
libgd3                    2.2.4-1                      OK
libgdbm4                  1.12-1                       OK
libGL1                    17.0.3-1                     OK
libglapi0                 17.0.3-1                     OK
libglib2.0_0              2.50.3-1                     OK
libgmp10                  6.1.2-1                      OK
libgnutls28               3.3.17-1                     OK
libgraphite2_3            1.3.8-1                      OK
libgs9                    9.19-1                       OK
libgssapi_krb5_2          1.14.4-1                     OK
libharfbuzz-icu0          1.3.4-1                      OK
libharfbuzz0              1.3.4-1                      OK
libhogweed2               2.7.1-1                      OK
libICE6                   1.0.9-1                      OK
libiconv                  1.14-3                       OK
libiconv2                 1.14-3                       OK
libicu56                  56.1-1                       OK
libicu57                  57.1-1                       OK
libicu58                  58.2-1                       OK
libicu59                  59.1-1                       OK
libidn11                  1.29-1                       OK
libidn2_0                 2.0.1-1                      OK
libintl8                  0.19.8.1-2                   OK
libjbig2                  2.0-14                       OK
libjpeg8                  1.5.0-1                      OK
libk5crypto3              1.14.4-1                     OK
libkpathsea6              20160520-5                   OK
libkrb5_3                 1.14.4-1                     OK
libkrb5support0           1.14.4-1                     OK
liblcms2_2                2.8-1                        OK
libllvm3.5                3.5.2-2                      OK
libllvm3.8                3.8.1-1                      OK
libllvm3.9                3.9.1-1                      OK
liblzma5                  5.2.2-1                      OK
liblzo2_2                 2.08-1                       OK
libmpfr4                  3.1.5-1p2                    OK
libncurses-devel          6.0-10.20170325              OK
libncursesw10             6.0-10.20170325              OK
libnettle4                2.7.1-1                      OK
libnghttp2_14             1.14.0-2                     OK
libnspr4                  4.13-1                       OK
libnss3                   3.27.1-1                     OK
libopenjp2_7              2.1.2-1                      OK
libopenjpeg1              1.5.2-3                      OK
libopenldap2_4_2          2.4.42-1                     OK
libopenssl100             1.0.2k-1                     OK
libp11-kit0               0.22.1-1                     OK
libpaper-common           1.1.24-2                     OK
libpaper1                 1.1.24-2                     OK
libpcre1                  8.40-3                       OK
libpipeline1              1.4.0-1                      OK
libpixman1_0              0.34.0-1                     OK
libpng16                  1.6.28-1                     OK
libpoppler55              0.36.0-3                     OK
libpoppler62              0.45.0-2                     OK
libpoppler66              0.52.0-1                     OK
libpopt-common            1.16-2                       OK
libpopt0                  1.16-2                       OK
libpotrace0               1.14-1                       OK
libpq5                    9.6.2-1                      OK
libprocps-ng4             3.3.10-1                     OK
libprocps-ng5             3.3.11-1                     OK
libpsl5                   0.17.0-1                     OK
libptexenc1               20160520-5                   OK
libreadline7              7.0.3-3                      OK
libsasl2_3                2.1.26-11                    OK
libsasl2_3-ldap           2.1.26-11                    OK
libsasl2_3-sql            2.1.26-11                    OK
libsigsegv2               2.10-2                       OK
libSM6                    1.2.2-1                      OK
libsmartcols1             2.25.2-2                     OK
libsqlite3_0              3.18.0-1                     OK
libssh2_1                 1.7.0-1                      OK
libssp0                   5.4.0-1                      OK
libstdc++6                5.4.0-1                      OK
libsynctex1               20160520-5                   OK
libtasn1_6                4.9-1                        OK
libteckit0                2.5.6-1                      OK
libtexlua52_5             20160520-5                   OK
libtexluajit2             20160520-5                   OK
libtiff6                  4.0.6-1                      OK
libtxc_dxtn               1.0-1.20151227gitf6ec862     OK
libunistring2             0.9.6-1                      OK
libusb0                   1.2.6.0-2                    OK
libuuid1                  2.25.2-2                     OK
libwebp5                  0.4.4-1                      OK
libwrap0                  7.6-22                       OK
libX11-xcb1               1.6.4-1                      OK
libX11_6                  1.6.4-1                      OK
libXau6                   1.0.8-1                      OK
libXaw7                   1.0.13-1                     OK
libxcb-glx0               1.12-1                       OK
libxcb-render0            1.12-1                       OK
libxcb-shm0               1.12-1                       OK
libxcb1                   1.12-1                       OK
libXdmcp6                 1.1.2-1                      OK
libXext6                  1.3.3-1                      OK
libXft2                   2.3.2-1                      OK
libXi6                    1.7.8-1                      OK
libxml2                   2.9.4-2                      OK
libXmu6                   1.1.2-1                      OK
libXpm4                   3.5.12-1                     OK
libXrender1               0.9.9-1                      OK
libXt6                    1.1.5-1                      OK
libzip2                   0.11.2-2                     OK
libzzip0.13               0.13.62-1                    OK
login                     1.11-1                       OK
lynx                      2.8.7-1                      OK
man-db                    2.7.5-2                      OK
mintty                    2.7.6-0                      OK
ncurses                   6.0-10.20170325              OK
openssh                   7.5p1-1                      OK
openssl                   1.0.2k-1                     OK
p11-kit                   0.22.1-1                     OK
p11-kit-trust             0.22.1-1                     OK
perl                      5.22.3-1                     OK
perl-Digest-SHA           5.96-2                       OK
perl-Encode-Locale        1.05-1                       OK
perl-File-Listing         6.04-5                       OK
perl-HTML-Parser          3.72-1                       OK
perl-HTML-Tagset          3.20-5                       OK
perl-HTTP-Cookies         6.03-1                       OK
perl-HTTP-Daemon          6.01-5                       OK
perl-HTTP-Date            6.02-5                       OK
perl-HTTP-Message         6.11-1                       OK
perl-HTTP-Negotiate       6.01-5                       OK
perl-IO-HTML              1.001-2                      OK
perl-IO-String            1.08-5                       OK
perl-libwww-perl          6.26-1                       OK
perl-LWP-MediaTypes       6.02-5                       OK
perl-Net-HTTP             6.13-1                       OK
perl-Pod-Simple           3.35-1                       OK
perl-Socket               2.024-2                      OK
perl-Tk                   804.033-1                    OK
perl-Try-Tiny             0.28-1                       OK
perl-Unicode-Normalize    1.25-1                       OK
perl-URI                  1.71-1                       OK
perl-WWW-RobotRules       6.02-5                       OK
perl-XML-Parser           2.44-2                       OK
perl_autorebase           5.22.3-1                     OK
perl_base                 5.22.3-1                     OK
pkg-config                0.29.1-1                     OK
poppler-data              0.4.7-1                      OK
procps-ng                 3.3.11-1                     OK
publicsuffix-list-dafsa   20170206-1                   OK
R_autorebase              001001-1                     OK
rebase                    4.4.2-1                      OK
rsnapshot                 1.3.1-1                      OK
rsync                     3.1.2-1                      OK
run                       1.3.4-2                      OK
sed                       4.4-1                        OK
sgrep                     1.94a-2                      OK
shared-mime-info          1.7-1                        OK
shutdown                  2.0-2                        OK
syslog-ng                 3.2.5-2                      OK
tar                       1.29-1                       OK
terminfo                  6.0-10.20170325              OK
terminfo-extra            6.0-10.20170325              OK
texinfo                   6.3-1                        OK
texinfo-tex               6.3-1                        OK
texlive                   20160520-5                   OK
texlive-collection-basic  20160520-1                   OK
tzcode                    2017a-1                      OK
tzdata                    2017b-1                      OK
util-linux                2.25.2-2                     OK
vim                       8.0.0542-1                   OK
vim-common                8.0.0542-1                   OK
vim-minimal               8.0.0542-1                   OK
wget                      1.19.1-1                     OK
which                     2.20-2                       OK
xxd                       8.0.0542-1                   OK
xz                        5.2.2-1                      OK
zlib0                     1.2.11-1                     OK
Use -h to see help about each section

[-- Attachment #6: messages.txt --]
[-- Type: text/plain, Size: 12754 bytes --]

Mar  8 11:20:37 bf04 sshd: PID 3700: debug1: fd 5 clearing O_NONBLOCK
Mar  8 11:20:37 bf04 sshd: PID 3700: debug1: Forked child 2472.
Mar  8 11:20:37 bf04 sshd: PID 3700: debug3: send_rexec_state: entering fd = 8 config len 232
Mar  8 11:20:37 bf04 sshd: PID 3700: debug3: ssh_msg_send: type 0
Mar  8 11:20:37 bf04 sshd: PID 3700: debug3: send_rexec_state: done
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: inetd sockets after dupping: 3, 3
Mar  8 11:20:37 bf04 sshd: PID 2472: Connection from 141.244.20.100 port 51580 on 141.244.185.35 port 22
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: Client protocol version 2.0; client software version OpenSSH_7.6
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: match: OpenSSH_7.6 pat OpenSSH* compat 0x04000000
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: Local version string SSH-2.0-OpenSSH_7.5
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: Enabling compatibility mode for protocol 2.0
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: fd 3 setting O_NONBLOCK
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: ssh_sandbox_init: preparing rlimit sandbox
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: Network child is on pid 3864
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: preauth child monitor started
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: list_hostkey_types: ssh-dss key not permitted by HostkeyAlgorithms [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: list_hostkey_types: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: send packet: type 20 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: SSH2_MSG_KEXINIT sent [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: receive packet: type 20 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: SSH2_MSG_KEXINIT received [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: local server KEXINIT proposal [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: compression ctos: none,zlib@openssh.com [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: compression stoc: none,zlib@openssh.com [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: languages ctos:  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: languages stoc:  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: first_kex_follows 0  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: reserved 0  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: peer client KEXINIT proposal [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: compression ctos: none,zlib@openssh.com,zlib [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: compression stoc: none,zlib@openssh.com,zlib [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: languages ctos:  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: languages stoc:  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: first_kex_follows 0  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: reserved 0  [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: kex: algorithm: curve25519-sha256 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: kex: host key algorithm: ecdsa-sha2-nistp256 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: expecting SSH2_MSG_KEX_ECDH_INIT [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: receive packet: type 30 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_key_sign entering [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_send entering: type 6 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive_expect entering: type 7 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive entering [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive entering
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: monitor_read: checking request 6
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_answer_sign
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_answer_sign: hostkey proof signature 0x80057f40(100)
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_send entering: type 7
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: monitor_read: 6 used once, disabling now
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: send packet: type 31 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: send packet: type 21 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: set_newkeys: mode 1 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: rekey after 134217728 blocks [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: SSH2_MSG_NEWKEYS sent [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: expecting SSH2_MSG_NEWKEYS [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: send packet: type 7 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: receive packet: type 21 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: SSH2_MSG_NEWKEYS received [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: set_newkeys: mode 0 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: rekey after 134217728 blocks [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: KEX done [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: receive packet: type 5 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: send packet: type 6 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: receive packet: type 50 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: userauth-request for user Administrator service ssh-connection method none [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug1: attempt 0 failures 0 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_getpwnamallow entering [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_send entering: type 8 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_getpwnamallow: waiting for MONITOR_ANS_PWNAM [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive_expect entering: type 9 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive entering [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive entering
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: monitor_read: checking request 8
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_answer_pwnamallow
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: parse_server_config: config reprocess config len 232
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_answer_pwnamallow: sending MONITOR_ANS_PWNAM: 1
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_send entering: type 9
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: monitor_read: 8 used once, disabling now
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: input_userauth_request: setting up authctxt for Administrator [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_inform_authserv entering [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_send entering: type 4 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: input_userauth_request: try method none [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: userauth_finish: failure partial=0 next methods="publickey,password,keyboard-interactive" [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: send packet: type 51 [preauth]
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_request_receive entering
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: monitor_read: checking request 4
Mar  8 11:20:37 bf04 sshd: PID 2472: debug3: mm_answer_authserv: service=ssh-connection, style=
Mar  8 11:20:37 bf04 sshd: PID 2472: debug2: monitor_read: 4 used once, disabling now
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: receive packet: type 50 [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug1: userauth-request for user Administrator service ssh-connection method publickey [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug1: attempt 1 failures 0 [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug2: input_userauth_request: try method publickey [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: userauth_pubkey: have signature for RSA SHA256:gIC2qUYgOFsRHYo1ii+Ze0lr0KB19QH4IF7Of6EjqJo [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_key_allowed entering [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_request_send entering: type 22 [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_request_receive_expect entering: type 23 [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_request_receive entering [preauth]
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_request_receive entering
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: monitor_read: checking request 22
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_answer_keyallowed entering
Mar  8 11:20:43 bf04 sshd: PID 2472: debug3: mm_answer_keyallowed: key_from_blob: 0x80057938
Mar  8 11:20:43 bf04 sshd: PID 2472: debug1: temporarily_use_uid: 1090146/1049089 (e=1107522/1049089)
Mar  8 11:20:43 bf04 sshd: PID 2472: fatal: seteuid 1090146: Permission denied
Mar  8 11:20:43 bf04 sshd: PID 2472: debug1: do_cleanup
Mar  8 11:20:43 bf04 sshd: PID 2472: debug1: Killing privsep child 3864

Administrator@bf04 /var/log

[-- Attachment #7: ssh_config --]
[-- Type: application/octet-stream, Size: 1642 bytes --]

#	$OpenBSD: ssh_config,v 1.30 2016/02/20 23:06:23 sobrado Exp $

# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

# Host *
#   ForwardAgent no
#   ForwardX11 no
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   GSSAPIAuthentication no
#   GSSAPIDelegateCredentials no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   IdentityFile ~/.ssh/id_ecdsa
#   IdentityFile ~/.ssh/id_ed25519
#   Port 22
#   Protocol 2
#   Cipher 3des
#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
#   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com
#   RekeyLimit 1G 1h

[-- Attachment #8: Type: text/plain, Size: 219 bytes --]


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sshd: PID 2308: fatal: seteuid 1090146: Permission denied --> Login to domain server windows 2k12r2 not possible
  2018-03-08 12:48 sshd: PID 2308: fatal: seteuid 1090146: Permission denied --> Login to domain server windows 2k12r2 not possible Bernhard Finster
@ 2018-03-08 15:50 ` Brian Inglis
  2018-03-08 21:00 ` Achim Gratz
  1 sibling, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2018-03-08 15:50 UTC (permalink / raw)
  To: cygwin

On 2018-03-08 04:44, Bernhard Finster wrote:
> login via ssh to cygwin on a domain server 2012r2 standardis not possible (see error in mail subject). The login is either with password, nor with publickey possible.
> The package was created with cygwinsetup.exe v 2.877 (32bit) and works fine on every standalone servers. I have createt a setup batch file with the content below:
> 
> 	c:\start\cygwin\setup.exe -q --local-install --root c:\cygwin -l c:\Start\cygwin
> 	cd C:\cygwin\bin  
> 	bash --login -c "ssh-host-config -y -c "tty ntsec" -u "cyg_server" -w "password" --privileged"  
> 	bash --login -c "mkdir .ssh"  
> 	bash --login -c "cp /cygdrive/c/Start/authorized_keys .ssh/authorized_keys"  
> 	bash --login -c "chmod 700 .ssh"
> 	bash --login -c "cygrunsrv -S sshd"
> 	bash --login -c "syslog-ng-config -y"
> 	bash --login -c "cygrunsrv -S syslog-ng"
> 
> The setup is always startet with the user "Administrator@domain" after joining the domain.
> In my test-domain I have enabled the following user right assignement for the domain admin cyg_server:
> 
> * Act as part of the operating system
> * Create a token object
> * Log on as a batch job
> * Log on as a service
> * Repace a process level token
> * Deny log on locally
> * Deny logon through Remotedesktop Services
> 
> Attachements:
> 
> * ssh_config, sshd_config, original copy from the server
> * ssh-ddd.txt is the output of the command "/usr/sbin/sshd -d -d -d"
> * ssh-vvv.txt is the output of a login attempt to the server (usual Administrator@hostname), I have defined in .ssh/config (host * user Administrator)
> * messages.txt is the output of a login attemt to the server from his syslog-ng log
> * cygcheck
> 
> Sorry for my bad english, I hope it will get better.
> Please help if you have any idea for me to get out of this desaster.

You might want to try upgrading setup, upgrading installed packages, and
manually running the ...-config scripts elevated, to see if that fixes the problem.

seteuid handling:
https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-setuid-overview

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sshd: PID 2308: fatal: seteuid 1090146: Permission denied --> Login to domain server windows 2k12r2 not possible
  2018-03-08 12:48 sshd: PID 2308: fatal: seteuid 1090146: Permission denied --> Login to domain server windows 2k12r2 not possible Bernhard Finster
  2018-03-08 15:50 ` Brian Inglis
@ 2018-03-08 21:00 ` Achim Gratz
  1 sibling, 0 replies; 3+ messages in thread
From: Achim Gratz @ 2018-03-08 21:00 UTC (permalink / raw)
  To: cygwin

Bernhard Finster writes:
> login via ssh to cygwin on a domain server 2012r2 standardis not
> possible (see error in mail subject). The login is either with
> password, nor with publickey possible.  The package was created with
> cygwinsetup.exe v 2.877 (32bit) and works fine on every standalone
> servers. I have createt a setup batch file with the content below:

Do yourself a favor and install a 64bit Cygwin.  For an unknown reason
and in unkown circumstances 32bit services apparently can't create
impersonation tokens, which would result in exactly the situation you
describe.  In this case you can still run the sshd as the user you wish
to log in as via ssh, which helps if it's only used for one single
account anyway.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-08 20:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 12:48 sshd: PID 2308: fatal: seteuid 1090146: Permission denied --> Login to domain server windows 2k12r2 not possible Bernhard Finster
2018-03-08 15:50 ` Brian Inglis
2018-03-08 21:00 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).