Remove distributed build keys

This commit is contained in:
iFargle 2023-12-26 09:39:46 +09:00
parent 613fb3d825
commit 3f31408f4a

View file

@ -42,11 +42,11 @@ echo "" >> ./keys/ssh/keys.txt
echo "# (`date`) `whoami`@`hostname`" >> ./keys/ssh/keys.txt
cat /home/albert/.ssh/id_ed25519.pub >> ./keys/ssh/keys.txt
echo ">>> Setting up Distributed Build SSH Keys..... "
sudo ssh-keygen -t ed25519 -f /root/.ssh/id_ed25519 -N ""
echo "" >> ./keys/ssh/builder-keys.txt
echo "# (`date`) root@`hostname`" >> ./keys/ssh/builder-keys.txt
sudo cat /root/.ssh/id_ed25519.pub >> ./keys/ssh/builder-keys.txt
# echo ">>> Setting up Distributed Build SSH Keys..... "
# sudo ssh-keygen -t ed25519 -f /root/.ssh/id_ed25519 -N ""
# echo "" >> ./keys/ssh/builder-keys.txt
# echo "# (`date`) root@`hostname`" >> ./keys/ssh/builder-keys.txt
# sudo cat /root/.ssh/id_ed25519.pub >> ./keys/ssh/builder-keys.txt
# Add all changes to git and and push
echo ">>> Pushing to git..... "