Using openssh format for ssh key pub
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user