SSHguard's distribution is maintained in a SVN repository. Use it to access the last, yet-to-be-released version of the code.

Browsing the repository

SourceForge provides a SVN web interface to peek into the history of files and commits to the repository.

Use that if you want to see what new features have been introduced, how your problem report has been addressed, or have an idea of the vitality of the codebase.

Fetching code

A formal release of SSHGuard happens much less frequently than changes to the codebase. You can fetch the most up-to-date version of the code from SVN instead of waiting for a release. Generally, SVN code includes more features and is fairly stable. Occasionally, you might find bugs that don't make their way to releases.

Fetch the last version with these commands:

mkdir sshguard
cd sshguard
svn checkout https://sshguard.svn.sourceforge.net/svnroot/sshguard/trunk/ ./

Lates Releases View all»

  • sshguard 1.5rc3 This release contains improvements to blacklisting, the Log Sucker, ...
  • sshguard 1.5rc2 This release fixes compilation issues on Solaris, fixes the ...
  • sshguard 1.5rc1 With respect to 1.5beta3, this release completes support for ...

F.A.Q. View all»