summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 20:17:38 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 20:17:38 -0400
commitc5b5d301b86bc8cc70ea36736e4aa1568b196135 (patch)
treee3789f269e98f6e13504f54e345be7389d8b8774 /bin
parent50c8b8b59452a66da80327a8d266fd7036e3a7ce (diff)
downloadpuppet-tozt-c5b5d301b86bc8cc70ea36736e4aa1568b196135.tar.gz
puppet-tozt-c5b5d301b86bc8cc70ea36736e4aa1568b196135.zip
use ssh key for my new laptop
Diffstat (limited to 'bin')
-rw-r--r--bin/helpers/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/helpers/functions.sh b/bin/helpers/functions.sh
index e4ce5a4..9ca8591 100644
--- a/bin/helpers/functions.sh
+++ b/bin/helpers/functions.sh
@@ -23,7 +23,7 @@ create_droplet() {
--image debian-9-x64 \
--region nyc3 \
--size ${_size} \
- --ssh-keys 23160354 \
+ --ssh-keys 30728567 \
$_volume_opt \
--format ID,PublicIPv4 \
--no-header \