home · contact · privacy
d3a23331484938fd97d85f3f878490ff0f17ad15
[config] / all_new_2018 / apt-mark / server
1 # needed to log in to server via ssh
2 openssh-server
3 # provides /etc/inputrc and understanding of ctrl+arrow key combos
4 readline-common
5 # provides letsencrypt
6 certbot
7 # for letsencrypt renewal
8 cron
9 # provides systemd scripts that configure iptables via /etc/iptables/*
10 iptables-persistent
11 # this line is here because the shell "read" in install_for_target.sh ignores lines without final newline