Skip to content

Commit

Permalink
Merge pull request #269 from threefoldtech/peer_multissh
Browse files Browse the repository at this point in the history
adding multiple ssh support to peertube flist
  • Loading branch information
PeterNashaat authored Jul 1, 2024
2 parents c551ac2 + faf78dc commit 21190bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tfgrid3/peertube/scripts/prepare-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
fi

0 comments on commit 21190bf

Please sign in to comment.