you do wanna make me cry and i wanna say goodbye

This commit is contained in:
2023-03-16 21:34:24 +02:00
parent 83737bf2f6
commit b935f630e9

View File

@@ -1439,7 +1439,7 @@ def delete_all_nodes():
def ssh():
node = choose_from_list(list_all_nodes(), "node")
ip = node.public_ip
ip = node.public_ips[0]
port = 22
username = "secdep"
sshkey = SECDEP_SSH_PRIVATE_KEY
@@ -1457,8 +1457,8 @@ def ssh():
except KeyboardInterrupt:
break
ssh.close()
except Exception as err:
print(str(err))
except Exception as ex:
print(str(ex))
# If -I -S or -G is passed, provider must be passed as well
if args.listimages or args.listsizes or args.listlocations: