From c9d8e9b0af4db7df2ca92e01fd6ef886ba2ace4d Mon Sep 17 00:00:00 2001 From: Usama Tahir Date: Mon, 7 Aug 2023 03:05:35 +0500 Subject: [PATCH] update ssh pub key --- demo2-instance-with-init-script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo2-instance-with-init-script.py b/demo2-instance-with-init-script.py index 3adb7eb..25142dc 100644 --- a/demo2-instance-with-init-script.py +++ b/demo2-instance-with-init-script.py @@ -28,7 +28,7 @@ ubuntu_image_name = "Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image" # id_rsa.pub should look like this (standard sshd pubkey format): # ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAw+J...F3w2mleybgT1w== user@HOSTNAME -keypair_name = 'srieger-pub' +keypair_name = 'CloudComp30-keypair' pub_key_file = '~/.ssh/id_rsa.pub' flavor_name = 'm1.small'