From 0bad7e56ecdc06086b6d019ce9734d8b3beecaa5 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Tue, 12 May 2026 16:38:51 -0600 Subject: add bind9-dnsutils and dn42 hostkeys --- install.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5dd65f9..2119e5b 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -ssh-keygen -f /opt/autopeer/id_autopeer +ssh-keygen -f /opt/autopeer/id_autopeer -N '' echo "You need to add your new SSH key (/opt/autopeer/id_autopeer) to dn42 gitea to clone the repo:" cat /opt/autopeer/id_autopeer.pub echo @@ -6,12 +6,18 @@ read -p "Press enter once you've done that..." apt install -y git # you needed this to clone -apt install -y vim curl wget man-db whois bind9 bird2 # suggestions +apt install -y vim curl wget man-db whois bind9 bind9-dnsutils bird2 # suggestions apt install -y python3 wireguard-tools cron socat # dependencies ln -s /opt/autopeer/sshd_config /etc/ssh/sshd_config.d/autopeer.conf systemctl reload ssh addgroup autopeer adduser --disabled-password --comment '' new +cat >>/etc/ssh/ssh_known_hosts <