diff options
| -rwxr-xr-x | ssh_setup.sh | 4 | ||||
| -rwxr-xr-x | update.sh | 2 |
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 @@ -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" |
