Remove distributed build keys
This commit is contained in:
parent
613fb3d825
commit
3f31408f4a
1 changed files with 5 additions and 5 deletions
|
@ -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..... "
|
||||
|
|
Loading…
Reference in a new issue