Contains the following packages:

denyhosts (3.1 beta) [GitHub]
firefox-release (Debian Package repack)

You need to add one of the following entries in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:

deb http://deb.innocampus.tu-berlin.de/ debian main

#for for ubuntu systems
deb http://deb.innocampus.tu-berlin.de/ ubuntu main

On Debian 11 Bullseye:

echo "deb http://deb.innocampus.tu-berlin.de/ bullseye main" > /etc/apt/sources.list.d/innocampus.list

https ist supported. The package apt-transport-https needs to be installed.

You will also need to add the following key (deprecated, see below bookworm installation):

wget -qO - http://deb.innocampus.tu-berlin.de/deb.innocampus.tu-berlin.de.asc | sudo apt-key add -

or as root-user

wget -qO - http://deb.innocampus.tu-berlin.de/deb.innocampus.tu-berlin.de.asc | apt-key add -

The Fingerprints are:

1D98008D49695615A9DBDA248AC74D8ABAE1DA2E
FB9AE9ED301843244C153B996AF0595F7ED2A163

Install denyhosts on Debian 11 Bullseye all copy & paste:

echo "deb http://deb.innocampus.tu-berlin.de/ bullseye main" > /etc/apt/sources.list.d/innocampus.list
wget -qO - http://deb.innocampus.tu-berlin.de/deb.innocampus.tu-berlin.de.asc | apt-key add -
apt update
apt install denyhosts

Install denyhosts on Debian 12 Bookworm all copy & paste:

echo "deb http://deb.innocampus.tu-berlin.de/ bookworm main" > /etc/apt/sources.list.d/innocampus.list
wget -qO - http://deb.innocampus.tu-berlin.de/deb.innocampus.tu-berlin.de.asc | gpg --dearmor --yes --output /etc/apt/trusted.gpg.d/deb.innocampus.tu-berlin.de.gpg
apt update
apt install denyhosts

Created by Henryk Iwaniuk (iwaniuk@tu-berlin.de)
Maintainer Marc-Robin Wendt (wendt@math.tu-berlin.de)