[bootstrap.sh]: update algorithm key
This commit is contained in:
parent
27e89c1da8
commit
697012c5ff
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user