From ee25d24d186ff35864114de19bd62a4481d2d774 Mon Sep 17 00:00:00 2001 From: Hobbabobba Date: Sat, 16 Oct 2021 11:36:50 +0200 Subject: [PATCH] wget installieren --- einrichtung_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/einrichtung_client.sh b/einrichtung_client.sh index 662ff9c..2df2597 100644 --- a/einrichtung_client.sh +++ b/einrichtung_client.sh @@ -1,5 +1,5 @@ !/bin/bash -apt install curl +apt install curl wget echo -e "PubkeyAuthentication yes \nPasswordAuthentication yes \nAuthorizedKeysCommand /usr/local/bin/userkeys.sh \nAuthorizedKeysCommandUser nobody" >> /etc/ssh/sshd_config chmod a+x /usr/local/bin/userkeys.sh service ssh restart