From faf78dcc25c6c5335215c5f9794f5c0baa2da368 Mon Sep 17 00:00:00 2001 From: PeterNashaat Date: Mon, 1 Jul 2024 09:47:48 +0000 Subject: [PATCH] adding multiple ssh support to peertube flist --- tfgrid3/peertube/scripts/prepare-ssh.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tfgrid3/peertube/scripts/prepare-ssh.sh b/tfgrid3/peertube/scripts/prepare-ssh.sh index 2343018e..d5180a84 100644 --- a/tfgrid3/peertube/scripts/prepare-ssh.sh +++ b/tfgrid3/peertube/scripts/prepare-ssh.sh @@ -9,6 +9,4 @@ if [ ! -z "$SSH_KEY" ]; then chmod 700 /root/.ssh chmod 600 /root/.ssh/authorized_keys - - echo "$SSH_KEY" >> /root/.ssh/authorized_keys -fi \ No newline at end of file +fi