update ssh keys
This commit is contained in:
parent
631afcafba
commit
65fdcc8b00
@ -76,7 +76,7 @@ resource "proxmox_virtual_environment_vm" "simple_vm" {
|
||||
}
|
||||
|
||||
user_account {
|
||||
keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICxWxrBF6W6N2ZrzoKhTwDTZ49tlYzvki+4naHjo8DhB vez-key"]
|
||||
keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID62LmYRu1rDUha3timAIcA39LtcIOny1iAgFLnxoBxm vez@bastion"]
|
||||
username = "vez"
|
||||
}
|
||||
|
||||
|
@ -12,6 +12,7 @@ provider "proxmox" {
|
||||
insecure = false
|
||||
ssh {
|
||||
agent = false
|
||||
#username = "root"
|
||||
private_key = file("~/.ssh/id_ed25519")
|
||||
username = "root"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user