summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-06-23 03:08:13 +0300
committertoufic ar <contact@toufy.me>2026-06-23 03:08:13 +0300
commitfed8d10eab407bbfcd24cbfac1c1eef08af6daf2 (patch)
treefec794e4da541f4f08611a0862302c8b30e5ad31 /update.sh
parentcb7781dd9dba598a07981018b7e939d9cb50bcae (diff)
downloadservers-fed8d10eab407bbfcd24cbfac1c1eef08af6daf2.tar.gz
servers-fed8d10eab407bbfcd24cbfac1c1eef08af6daf2.zip
check ssh pubkey
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 6a248d2..bbf89ec 100755
--- a/update.sh
+++ b/update.sh
@@ -4,6 +4,8 @@ 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"