-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: azure ssh to vm only support ssh rsa
Signed-off-by: Fredrik Klingenberg <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ variables { | |
name_prefix = "test" | ||
location = "eastus" | ||
bastion_admin_password = "P@ssw0rd1234" | ||
ssh_public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgT3oyn6vPxZTOATbAnSP6vflPllrE4Qx7Qo3KGp3fQ" | ||
ssh_public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDinCyDXuX4I2KMVZjLEZFoBkVaXhEN/nCGTQtBLPy1s8NGZVosJ43aAYUA4bQ46V0lCGO5rZ2xTxRc5VgD8Gz4LVYC6Q4qMQppGlMtXeBtsOmJpjSCdbBNaVRDa/YAZeoiKVMl2XdaWPJKfIXBWsszbmpfveUDMZFeA8DVfZeBEpuxVx8v3G89KDOEhOMCSMqvZmqUROpClhL/Ea7biY9gWVC876rPc3tgmqVqNqrH+b5VT0YbFi7Vbhv4dEHHQhj0LXPAcPTjSPRra+aA3g7SWl+d9h4oyXoi/yWmgursy13pWQmeq67W86wsr/hDGufE+Xy2Hac0E91kkFgcbBb/1jted5JogelDbXS+4NbRtL/iiijOvKnoWDURpAnzyMSWFbgZbvQxOQZ35y0kQNwUSwImwsYP8GnvKmVkyRpYFSJv69l4kYH3lJb5jd/T16WB8Azkc8NnRlyusqp0K1lJtVlcLSQdlngpTncQhZtajpKtuZtZMIOJqmq3F6nhTX+7SliNdd0HJmv3MzlXDJzVIPv0V+iKHEc13CENaJFY8kiWTCaXHMbhMjuNlbGB35JzGlRejBQ0M1ujfycUI4YvmFlYOWydrpS5EUQYT3kDft6NZO2CBIDnZS+aGkpTUlQtVcxPSuvOgNCK0W7c0Ssv0oBOxPW99oniEg2Wdq9G5Q== [email protected]" | ||
} | ||
|
||
run "valid_resource_group" { | ||
|