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.

You can retrieve the latest repository code as an automatically-generated tarball via HTTP. Once extracted, find the code in the trunk/ directory.

Or you can fetch the last version manually via SVN, with these commands:

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

Latest Releases View all»

  • sshguard 1.5 This is a milestone release, coming after 18 months ...
  • sshguard 1.5 Sshguard monitors services through their logging activity. It reacts ...
  • sshguard 1.5rc4 This release candidate fixes the last known bugs submitted ...

F.A.Q. View all»