PowerShell / Win32-OpenSSH

Win32 port of OpenSSH
7.32k stars 752 forks source link

ETW "OpenSSH" missing #1390

Open tdesaules opened 5 years ago

tdesaules commented 5 years ago

Hi,

I just install openssh on a Windows Server 2016 and I can't find any log in ETW. I try to add in sshd_config :

SyslogFacility AUTH LogLevel DEBUG

Any idea ?

dwatley commented 5 years ago

I think if you enable the SyslogFacility it will write to file instead. See the docs regarding file based logging.

tdesaules commented 5 years ago

I try with and without i don't have any change on the ETW. File log work fine when enable

bugz8unny69 commented 5 years ago

Hello there,

According to https://github.com/PowerShell/Win32-OpenSSH/wiki/sshd_config, this should work. You might want to look into https://github.com/PowerShell/Win32-OpenSSH/wiki/Logging-Facilities.

Cheers

tdesaules commented 5 years ago

Hi,

Strange I can't fgure it out try some option file log work but ETW don't. Maybe there is something on the server, I will try with my W10 desktop. Or it's a issue with Windows Server 2016.

Thanks

Torvin commented 4 years ago

I'm having the same issue on 8.1.0.0 on desktop Win10. What should I do?