layout | page_title | sidebar_current | description |
---|---|---|---|
oneandone |
1&1: oneandone_ssh_key |
docs-oneandone-resource-ssh_key |
Creates and manages 1&1 SSH Key. |
Manages SSH Keys on 1&1
resource "oneandone_ssh_key" "sshkey" {
name = "test_ssh_key"
description = "testing_ssh_keys"
}
The following arguments are supported:
description
- (Optional) Description for the ssh keyname
- (Required) The name of the storagepublic_key
- (Optional) Public key to import. If not given, new SSH key pair will be created and the private key is returned in the response