Nick Owens

Results 46 comments of Nick Owens

i just re-tested today with a fresh alpine vm (no docker) and it fails a similar way. i used `alpine-standard-3.15.3-x86_64.iso` for alpine, and it uses busybox 1.34.1 which is a...

hi, i don't maintain this code, and it no longer even builds on my linux host. you are better off using a maintained 9p client such as 9front's, v9fs, 9pfuse,...

@dcnl1980 sounds like there is something wrong with fleet - and not this docker image.

can you give logs of the service?

can you try using `LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat`? this very similar to what archlinux's `sshguard-journalctl` script does.

i'll do some testing and update my unit. at some point i might convert this to be a rkt container instead of docker....

yes.. try e.g. `/bin/sh -c 'LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat | docker run -i --name sshguard2 --rm --net=host --privileged -e SSHGUARD_DEBUG=yes mischief/sshguard:1.6.0'`

i certainly don't recommend you run and rely on random docker images in prod, including mine, but you're free to contribute to make it better :-)

presumably iptables to block unwanted traffic and a vpn for administration. just change ssh to a nonstandard port will save you from lots of ssh bruteforcing. in general there is...

try to cherry-pick the fix i sent to @lionkov lionkov/go9p@11a63487351273ae0c2e0be51ef6331cda11dc81