[bootstrap.sh]: update algorithm key
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user