3
How can I find out the failed login attempts in windows cygwin open ssh i looked inside this path but did not find any logs with failed attempts
C:\cygwin\var\log
3
How can I find out the failed login attempts in windows cygwin open ssh i looked inside this path but did not find any logs with failed attempts
C:\cygwin\var\log
2
Are you referring to sshd logging? See http://techtorials.me/cygwin/logging/
– DavidPostill – 2015-09-11T19:48:34.277yes, sshd loggin. trying to see all the failed attempts. – user3882389 – 2015-09-17T21:08:04.860
The link in my comment above tells you how to configure logging ... – DavidPostill – 2015-09-17T21:15:04.077
@DavidPostill SSHD logs and auth logs are different. – TJ Biddle – 2017-07-07T17:33:34.783