summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssh_setup.sh4
-rwxr-xr-xupdate.sh2
2 files changed, 2 insertions, 4 deletions
diff --git a/ssh_setup.sh b/ssh_setup.sh
index fdb7172..9d3c12f 100755
--- a/ssh_setup.sh
+++ b/ssh_setup.sh
@@ -4,5 +4,5 @@ mkdir -p ~/.ssh
chmod -R 755 ~/.ssh
cp "$SECRET_SSH" ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
-echo "aphrodite.toufy.me adonis.toufy.me" |
- xargs ssh-keyscan >~/.ssh/known_hosts
+echo "git.toufy.me aphrodite.toufy.me adonis.toufy.me" |
+ xargs ssh-keyscan >~/.ssh/known_hosts
diff --git a/update.sh b/update.sh
index bbf89ec..6a248d2 100755
--- a/update.sh
+++ b/update.sh
@@ -4,8 +4,6 @@ set -e
./ssh_setup.sh
-ssh-keygen -y -f ~/.ssh/id_ed25519
-
git config --global user.email "msci@toufy.me"
git config --global user.name "makeshiftci"