Using openssh format for ssh key pub
This commit is contained in:
parent
e2fdfd3c6f
commit
fbad8e3a64
@ -5,5 +5,5 @@ resource tls_private_key host {
|
||||
|
||||
resource vultr_ssh_key host {
|
||||
name = "static_ssh_key"
|
||||
ssh_key = tls_private_key.host.public_key_pem
|
||||
ssh_key = tls_private_key.host.public_key_openssh
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user