Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

joerggollnick/coreos-sshguard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreos-sshguard

running sshguard on coreos

not maintained / not tested anymore

I'm not using coreos anymore, so docker host can be secured with standard sshguard package

usage

fleetctl start sshguard.service

alternate usage

ExecStart=/bin/sh -c 'journalctl --no-pager -q -f -t sshd | sed -u "s/\\[[0-9]*\\]//" | docker run -i --name sshguard1 --rm --net=host --privileged  myreg:5000/myregistry/sshguard:latest -a 10 -w 10.0.0.0/8 -p 600 -s 3600'

About

running sshguard on coreos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%