mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
Merge pull request #10220 from paveliak/ssh-key-file-var
Switch null builder to the SSH password auth
This commit is contained in:
@@ -96,7 +96,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_password}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_password}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_password}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_password}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ source "null" "template" {
|
|||||||
ssh_host = "${var.source_vm_name}"
|
ssh_host = "${var.source_vm_name}"
|
||||||
ssh_port = "${var.source_vm_port}"
|
ssh_port = "${var.source_vm_port}"
|
||||||
ssh_username = "${var.vm_username}"
|
ssh_username = "${var.vm_username}"
|
||||||
ssh_private_key_file = "${var.vm_password}"
|
ssh_password = "${var.vm_password}"
|
||||||
ssh_proxy_host = "${var.socks_proxy}"
|
ssh_proxy_host = "${var.socks_proxy}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user