Marcel Pokrandt

Results 22 comments of Marcel Pokrandt

I´m running it in WSL 2 on Win 10 - which works perfectly so far. I *believe* what you are seeing could also be a compatiblity problem of mysql in...

If you are interested ... I have my mysql docker container with a modified configuration to be able to use host mounted volumes on Windows WSL. Just add a volume...

You´re right. I added one unit test to check the encoding output of using a custom alphabet by comparing it to the default alphabet output. I made the byte arrays...

Hm.... I´ve no idea why the travis build fails. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 58.236 s [INFO] Finished at: 2019-07-23T20:05:09Z [INFO] Final Memory: 47M/160M...

Okay... can reproduce the error - but it´s no fault in my changes. Same error occurs in original code.

@aherbert Yes, I can confirm: ``` mvn javadoc:javadoc ``` fails, `mvn` too and ``` mvn javadoc:javadoc -Dsource=1.7 ``` works... But perhaps we should open an issue for that since that´s...

My usecase is mainly: I want to filter failed logins via `fail2ban` - so I need to see when an entered password was not correct. I "solved" it for me...

Okay... my workaround has a major drawback (for my usecase): Redirecting the Log of `sshd` contains no timestamps - and since this it´s not parsable by `fail2ban`. Would be too...

> Maybe you could give a try to sftpgo > > https://github.com/drakkan/sftpgo > > you can log SFTP operations to journald and/or to a separate log file > > DISCLAIMER:...

@basejump Good to see, sb is using it. But one question: You added fail2ban to a docker image? Does this work? If it does... does it work on host basis...