public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ssh troubles
@ 2020-06-17 18:46 Raman Gupta
  2020-06-17 19:34 ` Marco Atzeri
  2020-06-17 21:40 ` Kevin Schnitzius
  0 siblings, 2 replies; 5+ messages in thread
From: Raman Gupta @ 2020-06-17 18:46 UTC (permalink / raw)
  To: cygwin

Hello all, for some reason I've started having troubles with cygwin sshd,
despite having successfully used it for years. Not sure if some recent
Windows updates broke it or something, but now I'm getting the infamous:

sshd: PID 1855: fatal: seteuid 1049703: No such device or address

I believe I've followed all the advice given on this list over the years
regarding this error:

* installed cygwin 64-bit (this fixed it for a while, but now its broken
again)
* uninstalled the service, and reinstalled with ssh-host-config
* verified all permissions on home, .ssh, and authorized_keys files are
correct (and configuring in non-strict mode doesn't work either anyway)
* running the service as Local System (as installed by recent versions of
ssh-host-config)
* updated to the latest openssh version available (this also fixed it for a
while, but then it broke again)
* removing any /etc/password or /etc/group files
* removing any value for CYGWIN environment variable

$ cygcheck -c openssh
Cygwin Package Information
Package              Version        Status
openssh              8.3p1-1        OK

What's very odd is that, recently, I seem to be able to get it to work with
various approaches (see above), it works for a while, and then it borks
again.

Any ideas?

Regards,
Raman

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

* Re: ssh troubles
  2020-06-17 18:46 ssh troubles Raman Gupta
@ 2020-06-17 19:34 ` Marco Atzeri
  2020-06-20 17:46   ` Raman Gupta
  2020-06-17 21:40 ` Kevin Schnitzius
  1 sibling, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2020-06-17 19:34 UTC (permalink / raw)
  To: cygwin

On 17.06.2020 20:46, Raman Gupta via Cygwin wrote:
> Hello all, for some reason I've started having troubles with cygwin sshd,
> despite having successfully used it for years. Not sure if some recent
> Windows updates broke it or something, but now I'm getting the infamous:
> 
> sshd: PID 1855: fatal: seteuid 1049703: No such device or address
> 
> I believe I've followed all the advice given on this list over the years
> regarding this error:
> 
> * installed cygwin 64-bit (this fixed it for a while, but now its broken
> again)
> * uninstalled the service, and reinstalled with ssh-host-config
> * verified all permissions on home, .ssh, and authorized_keys files are
> correct (and configuring in non-strict mode doesn't work either anyway)
> * running the service as Local System (as installed by recent versions of
> ssh-host-config)
> * updated to the latest openssh version available (this also fixed it for a
> while, but then it broke again)
> * removing any /etc/password or /etc/group files
> * removing any value for CYGWIN environment variable
> 
> $ cygcheck -c openssh
> Cygwin Package Information
> Package              Version        Status
> openssh              8.3p1-1        OK
> 
> What's very odd is that, recently, I seem to be able to get it to work with
> various approaches (see above), it works for a while, and then it borks
> again.
> 
> Any ideas?
> 
> Regards,
> Raman
> --

Corporate computer with continuous reset of corporate policy ?
I had such experience in the past.

please provide the cygcheck.out as ATTACHMENT
see https://cygwin.com/problems.html



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

* Re: ssh troubles
  2020-06-17 18:46 ssh troubles Raman Gupta
  2020-06-17 19:34 ` Marco Atzeri
@ 2020-06-17 21:40 ` Kevin Schnitzius
  1 sibling, 0 replies; 5+ messages in thread
From: Kevin Schnitzius @ 2020-06-17 21:40 UTC (permalink / raw)
  To: cygwin

On Wednesday, June 17, 2020, 02:47:30 PM EDT, Raman Gupta via Cygwin <cygwin@cygwin.com> wrote: 
> Hello all, for some reason I've started having troubles with cygwin sshd,
> despite having successfully used it for years. 

> Any ideas?

AD or local login?

Local accounts work for me but domain logins give me the seteuid error and this in eventvwr:

"The Security System could not establish a secured connection with the server LDAP/PDC03.domain.net/domain.net@DOMAIN.NET. No authentication protocol was available."

Kevin

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

* Re: ssh troubles
  2020-06-17 19:34 ` Marco Atzeri
@ 2020-06-20 17:46   ` Raman Gupta
  2020-06-24  4:17     ` Raman Gupta
  0 siblings, 1 reply; 5+ messages in thread
From: Raman Gupta @ 2020-06-20 17:46 UTC (permalink / raw)
  To: Marco Atzeri; +Cc: cygwin

On Wed, Jun 17, 2020 at 4:21 PM Marco Atzeri via Cygwin <cygwin@cygwin.com>
wrote:

> On 17.06.2020 20:46, Raman Gupta via Cygwin wrote:
> > Hello all, for some reason I've started having troubles with cygwin sshd,
> > despite having successfully used it for years. Not sure if some recent
> > Windows updates broke it or something, but now I'm getting the infamous:
> >
> > sshd: PID 1855: fatal: seteuid 1049703: No such device or address
> >
> > I believe I've followed all the advice given on this list over the years
> > regarding this error:
> >
> > * installed cygwin 64-bit (this fixed it for a while, but now its broken
> > again)
> > * uninstalled the service, and reinstalled with ssh-host-config
> > * verified all permissions on home, .ssh, and authorized_keys files are
> > correct (and configuring in non-strict mode doesn't work either anyway)
> > * running the service as Local System (as installed by recent versions of
> > ssh-host-config)
> > * updated to the latest openssh version available (this also fixed it
> for a
> > while, but then it broke again)
> > * removing any /etc/password or /etc/group files
> > * removing any value for CYGWIN environment variable
> >
> > $ cygcheck -c openssh
> > Cygwin Package Information
> > Package              Version        Status
> > openssh              8.3p1-1        OK
> >
> > What's very odd is that, recently, I seem to be able to get it to work
> with
> > various approaches (see above), it works for a while, and then it borks
> > again.
> >
> > Any ideas?
> >
> > Regards,
> > Raman
> > --
>
> Corporate computer with continuous reset of corporate policy ?
> I had such experience in the past.
>
> please provide the cygcheck.out as ATTACHMENT
> see https://cygwin.com/problems.html


It is a Windows domain, but I manage the domain and AFAIK there is no such
policy / reset mechanism.

Oddly enough, a reboot seems to have "fixed" it, at least for now. I wonder
if the previous "fixes" were more about reboots as opposed to actual
configuration changes as well...

If it works fine, and then randomly breaks until a reboot, what might be
the cause of that?

Regards,
Raman

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

* Re: ssh troubles
  2020-06-20 17:46   ` Raman Gupta
@ 2020-06-24  4:17     ` Raman Gupta
  0 siblings, 0 replies; 5+ messages in thread
From: Raman Gupta @ 2020-06-24  4:17 UTC (permalink / raw)
  To: Marco Atzeri; +Cc: cygwin

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

Oh I forgot the cygcheck output, here it is attached.

Also sshd is working right now, but this log was last written at some point
in the past when it wasn't:

$ cat /var/log/cygsshd.log
      0 [main] sshd 232 dofork: child -1 - CreateProcessW failed for
'C:\cygwin64\usr\sbin\sshd.exe', errno 30

Regards,
Raman


On Sat, Jun 20, 2020 at 1:46 PM Raman Gupta <rocketraman@gmail.com> wrote:

> On Wed, Jun 17, 2020 at 4:21 PM Marco Atzeri via Cygwin <cygwin@cygwin.com>
> wrote:
>
>> On 17.06.2020 20:46, Raman Gupta via Cygwin wrote:
>> > Hello all, for some reason I've started having troubles with cygwin
>> sshd,
>> > despite having successfully used it for years. Not sure if some recent
>> > Windows updates broke it or something, but now I'm getting the infamous:
>> >
>> > sshd: PID 1855: fatal: seteuid 1049703: No such device or address
>> >
>> > I believe I've followed all the advice given on this list over the years
>> > regarding this error:
>> >
>> > * installed cygwin 64-bit (this fixed it for a while, but now its broken
>> > again)
>> > * uninstalled the service, and reinstalled with ssh-host-config
>> > * verified all permissions on home, .ssh, and authorized_keys files are
>> > correct (and configuring in non-strict mode doesn't work either anyway)
>> > * running the service as Local System (as installed by recent versions
>> of
>> > ssh-host-config)
>> > * updated to the latest openssh version available (this also fixed it
>> for a
>> > while, but then it broke again)
>> > * removing any /etc/password or /etc/group files
>> > * removing any value for CYGWIN environment variable
>> >
>> > $ cygcheck -c openssh
>> > Cygwin Package Information
>> > Package              Version        Status
>> > openssh              8.3p1-1        OK
>> >
>> > What's very odd is that, recently, I seem to be able to get it to work
>> with
>> > various approaches (see above), it works for a while, and then it borks
>> > again.
>> >
>> > Any ideas?
>> >
>> > Regards,
>> > Raman
>> > --
>>
>> Corporate computer with continuous reset of corporate policy ?
>> I had such experience in the past.
>>
>> please provide the cygcheck.out as ATTACHMENT
>> see https://cygwin.com/problems.html
>
>
> It is a Windows domain, but I manage the domain and AFAIK there is no such
> policy / reset mechanism.
>
> Oddly enough, a reboot seems to have "fixed" it, at least for now. I
> wonder if the previous "fixes" were more about reboots as opposed to actual
> configuration changes as well...
>
> If it works fine, and then randomly breaks until a reboot, what might be
> the cause of that?
>
> Regards,
> Raman
>

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


Cygwin Configuration Diagnostics
Current System Time: Wed Jun 24 04:14:57 2020

Windows 10 Professional Ver 10.0 Build 18363 

Path:	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\cygwin64\bin
	C:\ProgramData\Oracle\Java\javapath
	C:\Program Files (x86)\Intel\iCLS Client
	C:\Program Files\Intel\iCLS Client
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\WINDOWS\System32\WindowsPowerShell\v1.0
	C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
	C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
	C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
	C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
	C:\Program Files (x86)\QuickTime\QTSystem
	C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared
	C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared
	C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared
	C:\Program Files (x86)\Roxio\OEM\AudioCore
	C:\cygwin\bin
	C:\WINDOWS\System32\OpenSSH
	C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps

Output from C:\cygwin64\bin\id.exe
UID: 1049703(kgrover)          GID: 1049089(Domain Users)
1049089(Domain Users)          545(Users)
544(Administrators)            2(NETWORK)
11(Authenticated Users)        15(This Organization)
4095(CurrentSession)           1049685(DesktopAdmin)
1049687(Administration_Folder) 1049686(Share_Folder)
405504(High Mandatory Level)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'kgrover'
PWD = '/home/kgrover'
HOME = '/home/kgrover'

RCAUTOPLAY = 'C:\Program Files (x86)\Roxio\OEM\Roxio Central 5\'
USERDOMAIN = 'DENTISTRY'
OS = 'Windows_NT'
PROCESSOR_LEVEL = '6'
PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
SSH_CONNECTION = '24.150.81.207 55560 192.168.1.10 22'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
FP_NO_HOST_CHECK = 'NO'
LANG = 'en_US.UTF-8'
TZ = 'America/Toronto'
CommonProgramFiles = 'C:\Program Files\Common Files'
HOSTNAME = 'OFFICE2'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/home/kgrover'
USERNAME = 'kgrover'
LOGONSERVER = '\\SERVER'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\kgrover\AppData\Local'
COMPUTERNAME = 'OFFICE2'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\kgrover'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\WINDOWS'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel'
TMP = '/tmp'
SSH_CLIENT = '24.150.81.207 55560 22'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
BURN_AUTOPLAY = 'C:\Program Files (x86)\Roxio\OEM\Roxio Burn\'
OneDrive = 'C:\Users\kgrover\OneDrive'
PROCESSOR_REVISION = '3c03'
PROFILEREAD = 'true'
USERDNSDOMAIN = 'DENTISTRY.LOCAL'
NUMBER_OF_PROCESSORS = '4'
ProgramW6432 = 'C:\Program Files'
SSH_TTY = '/dev/pty0'
windows_tracing_flags = '3'
MAIL = '/var/spool/mail//kgrover'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
APPDATA = 'C:\Users\kgrover\AppData\Roaming'
TERM = 'xterm-256color'
SHELL = '/bin/bash'
BUS_CYGWIN_HOME = 'C:\cygwin64'
WINDIR = 'C:\WINDOWS'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PRINTER = 'CutePDF Writer'
PROGRAMFILES = 'C:\Program Files'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
PUTTY_HOME = 'c:\putty'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
LOGNAME = 'kgrover'
CYGWIN_HOME = 'c:\cygwin64'
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 = '\cygwin64\home\kgrover'
EMC_AUTOPLAY = 'C:\Program Files (x86)\Common Files\Roxio Shared\OEM\'
ORIGINAL_PATH = '/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Program Files (x86)/Intel/iCLS Client:/cygdrive/c/Program Files/Intel/iCLS Client:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/IPT:/cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/DLLShared:/cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/12.0/DLLShared:/cygdrive/c/Program Files (x86)/Roxio/OEM/AudioCore:/cygdrive/c/cygwin/bin:/cygdrive/c/WINDOWS/System32/OpenSSH:/cygdrive/c/WINDOWS/system32/config/systemprofile/AppData/Local/Microsoft/WindowsApps'
EXECIGNORE = '*.dll'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
  e022582115c10879 = '\??\C:\cygwin64'
  54ee9fb45bd32081 = '\??\s:\Software'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin (ORPHANED)
  User:   Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: 54ee9fb45bd32081 Path: s:\Software (ORPHANED)

c:  hd  NTFS    213727Mb  36% CP CS UN PA FC    QU  OS
d:  hd  NTFS    250800Mb  20% CP CS UN PA FC    QU  DATA
e:  cd             N/A    N/A                       

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

Found: C:\cygwin64\bin\awk
Found: C:\cygwin64\bin\awk
 -> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\WINDOWS\system32\certutil.exe
Not Found: clinfo
Found: C:\WINDOWS\system32\comp.exe
Found: C:\WINDOWS\system32\convert.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\cygwin64\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\WINDOWS\system32\curl.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\WINDOWS\system32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\WINDOWS\system32\expand.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\WINDOWS\system32\ftp.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\WINDOWS\system32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\WINDOWS\system32\hostname.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\WINDOWS\system32\klist.exe
Not Found: ld
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\ls.exe
Not Found: make
Found: C:\cygwin64\bin\mv.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\WINDOWS\system32\nslookup.exe
Not Found: patch
Not Found: perl
Found: C:\WINDOWS\system32\replace.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\WINDOWS\system32\shutdown.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\WINDOWS\system32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\WINDOWS\system32\sort.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\WINDOWS\System32\OpenSSH\ssh.exe
Warning: C:\cygwin64\bin\ssh.exe hides C:\WINDOWS\System32\OpenSSH\ssh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\WINDOWS\system32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\WINDOWS\system32\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\WINDOWS\system32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\WINDOWS\system32\timeout.exe
Found: C:\cygwin64\bin\vi.exe
Found: C:\cygwin64\bin\vi.exe
Not Found: vim
Found: C:\cygwin64\bin\whoami.exe
Found: C:\cygwin64\bin\whoami.exe
Found: C:\WINDOWS\system32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\WINDOWS\system32\whoami.exe

   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
   19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
  254k 2020/03/31 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2020-03-28 06:22
   66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
   42k 2020/02/17 C:\cygwin64\bin\cygcbor-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcbor-0.dll" v0.0 ts=2020-02-17 12:04
   13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
  194k 2019/04/03 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05
 2451k 2020/04/08 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 12:11
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  353k 2020/03/31 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2020-03-28 06:23
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
  118k 2020/02/19 C:\cygwin64\bin\cygfido2-1.dll - os=4.0 img=1.3 sys=5.2
                  "cygfido2-1.dll" v0.0 ts=2020-02-19 11:25
   56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
   73k 2020/04/16 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2020-04-15 22:57
   46k 2019/07/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
  582k 2020/03/01 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2020-03-01 16:58
  274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
 1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 17:07
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
  754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
   37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
  144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  125k 2018/03/18 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2018-03-18 15:17
  168k 2018/01/23 C:\cygwin64\bin\cygman-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   22k 2018/01/23 C:\cygwin64\bin\cygmandb-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
  446k 2020/04/02 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2020-04-02 18:32
  301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
 1020k 2020/03/27 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2020-03-27 22:30
   14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  474k 2020/03/29 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2020-03-29 22:34
   41k 2019/09/12 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 19:52
   41k 2016/07/13 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
   14k 2020/02/19 C:\cygwin64\bin\cygsk-libfido2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsk-libfido2.dll" v0.0 ts=2020-02-19 11:25
  156k 2020/03/31 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2020-03-28 06:22
  506k 2020/04/08 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2020-04-08 12:12
 1681k 2020/04/16 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2020-04-16 00:05
   68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
   57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
   27k 2020/03/31 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2020-03-28 06:22
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
 3455k 2020/06/01 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2020-06-01 09:59
    Cygwin DLL version info:
        DLL version: 3.1.5
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
   19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
  254k 2020/03/31 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2020-03-28 06:22
   66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
   42k 2020/02/17 C:\cygwin64\bin\cygcbor-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcbor-0.dll" v0.0 ts=2020-02-17 12:04
   13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
  194k 2019/04/03 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05
 2451k 2020/04/08 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2020-04-08 12:11
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  353k 2020/03/31 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2020-03-28 06:23
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
  118k 2020/02/19 C:\cygwin64\bin\cygfido2-1.dll - os=4.0 img=1.3 sys=5.2
                  "cygfido2-1.dll" v0.0 ts=2020-02-19 11:25
   56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
   73k 2020/04/16 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2020-04-15 22:57
   46k 2019/07/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
  582k 2020/03/01 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2020-03-01 16:58
  274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
 1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 17:07
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
  754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
   37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
  144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  125k 2018/03/18 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2018-03-18 15:17
  168k 2018/01/23 C:\cygwin64\bin\cygman-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   22k 2018/01/23 C:\cygwin64\bin\cygmandb-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
  446k 2020/04/02 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2020-04-02 18:32
  301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
 1020k 2020/03/27 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2020-03-27 22:30
   14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  474k 2020/03/29 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2020-03-29 22:34
   41k 2019/09/12 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 19:52
   41k 2016/07/13 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
   14k 2020/02/19 C:\cygwin64\bin\cygsk-libfido2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsk-libfido2.dll" v0.0 ts=2020-02-19 11:25
  156k 2020/03/31 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2020-03-28 06:22
  506k 2020/04/08 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2020-04-08 12:12
 1681k 2020/04/16 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2020-04-16 00:05
   68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
   57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
   27k 2020/03/31 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2020-03-28 06:22
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
 3455k 2020/06/01 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2020-06-01 09:59
    Cygwin DLL version info:
        DLL version: 3.1.5
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        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             : cygsshd             
Display name        : CYGWIN cygsshd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/sshd -D
stdin path          : /dev/null
stdout path         : /var/log/cygsshd.log
stderr path         : /var/log/cygsshd.log
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: C:\cygwin64\pkg
Last downloaded files from: http://mirrors.xmission.com/cygwin/

Package              Version            Status
_autorebase          001007-1           OK
alternatives         1.3.30c-10         OK
base-cygwin          3.8-1              OK
base-files           4.3-2              OK
bash                 4.4.12-3           OK
bzip2                1.0.8-1            OK
ca-certificates      2.40-1             OK
coreutils            8.26-2             OK
crypto-policies      20190218-1         OK
csih                 0.9.11-1           OK
cygrunsrv            1.62-1             OK
cygutils             1.4.16-2           OK
cygwin               3.1.5-1            OK
dash                 0.5.9.1-1          OK
diffutils            3.5-2              OK
editrights           1.03-1             OK
file                 5.32-1             OK
findutils            4.6.0-1            OK
gawk                 5.1.0-1            OK
getent               2.18.90-4          OK
grep                 3.0-2              OK
groff                1.22.4-1           OK
gzip                 1.8-1              OK
hostname             3.13-1             OK
info                 6.7-1              OK
ipc-utils            1.0-2              OK
less                 551-1              OK
libargp              20110921-3         OK
libattr1             2.4.48-2           OK
libblkid1            2.33.1-2           OK
libbz2_1             1.0.8-1            OK
libcbor              0.5.0-1            OK
libcom_err2          1.44.5-1           OK
libcrypt2            4.4.4-1            OK
libedit0             20130712-1         OK
libfdisk1            2.33.1-2           OK
libffi6              3.2.1-2            OK
libfido2             1.3.0-2            OK
libgcc1              9.3.0-2            OK
libgdbm4             1.13-1             OK
libgmp10             6.2.0-2            OK
libgssapi_krb5_2     1.15.2-2           OK
libiconv             1.14-3             OK
libiconv2            1.14-3             OK
libintl8             0.19.8.1-2         OK
libk5crypto3         1.15.2-2           OK
libkrb5_3            1.15.2-2           OK
libkrb5support0      1.15.2-2           OK
liblzma5             5.2.4-1            OK
libmpfr6             4.0.2-2p6          OK
libncursesw10        6.1-1.20190727     OK
libp11-kit0          0.23.20-1          OK
libpcre1             8.44-1             OK
libpipeline1         1.5.1-1            OK
libpopt-common       1.16-2             OK
libpopt0             1.16-2             OK
libreadline7         7.0.3-3            OK
libsigsegv2          2.10-2             OK
libsmartcols1        2.33.1-2           OK
libssl1.1            1.1.1f-1           OK
libstdc++6           9.3.0-2            OK
libtasn1_6           4.14-1             OK
libuuid1             2.33.1-2           OK
login                1.13-1             OK
man-db               2.7.6.1-1          OK
mintty               3.1.8-1            OK
ncurses              6.1-1.20190727     OK
openssh              8.3p1-1            OK
openssl              1.1.1f-1           OK
p11-kit              0.23.20-1          OK
p11-kit-trust        0.23.20-1          OK
rebase               4.4.4-1            OK
run                  1.3.4-2            OK
sed                  4.4-1              OK
ssh-pageant          1.4-1              OK
sshpass              1.06-1             OK
tar                  1.29-1             OK
terminfo             6.1-1.20190727     OK
terminfo-extra       6.1-1.20190727     OK
tzcode               2019c-1            OK
tzdata               2020a-1            OK
util-linux           2.33.1-2           OK
vim-minimal          8.2.0486-1         OK
which                2.20-2             OK
xz                   5.2.4-1            OK
zlib0                1.2.11-1           OK
Use -h to see help about each section

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

end of thread, other threads:[~2020-06-24  4:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 18:46 ssh troubles Raman Gupta
2020-06-17 19:34 ` Marco Atzeri
2020-06-20 17:46   ` Raman Gupta
2020-06-24  4:17     ` Raman Gupta
2020-06-17 21:40 ` Kevin Schnitzius

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).