[bootstrap.sh]: update algorithm key

This commit is contained in:
Jesús
2021-05-27 17:00:22 -05:00
parent 27e89c1da8
commit 697012c5ff

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# change ssh_key, ssh_key_name to reflect your current setup
SSH_KEY=$(cat ~/.ssh/id_rsa.pub)
SSH_KEY=$(cat ~/.ssh/id_ed25519.pub)
SSH_KEY_NAME=$(whoami)
sed -i.bak \