diff --git a/v1.5.0/butane-v1.5.0.json b/v1.5.0/butane-v1.5.0.json index 933164b..0e5b993 100644 --- a/v1.5.0/butane-v1.5.0.json +++ b/v1.5.0/butane-v1.5.0.json @@ -963,15 +963,8 @@ }, "ssh_authorized_keys_local": { "$ref": "#/definitions/string_options", - "title": "ssh_authorized_keys (list of strings):", - "description": "A list of local paths to SSH key files, relative to the directory specified by the --files-dir command-line argument, to be added as SSH key fragments at .ssh/authorized_keys.d/ignition in the user's home directory. All SSH keys must be unique. Each file may contain multiple SSH keys, one per line.", - "items": { - "oneOf": [ - { - "$ref": "#/definitions/patterns/patternProperties/ssh_pub" - } - ] - } + "title": "ssh_authorized_keys_local (list of strings):", + "description": "A list of local paths to SSH key files, relative to the directory specified by the --files-dir command-line argument, to be added as SSH key fragments at .ssh/authorized_keys.d/ignition in the user's home directory. All SSH keys must be unique. Each file may contain multiple SSH keys, one per line." }, "uid": { "type": "integer", diff --git a/v1.5.0/testconfig.bu b/v1.5.0/testconfig.bu index c6b6592..768b12b 100644 --- a/v1.5.0/testconfig.bu +++ b/v1.5.0/testconfig.bu @@ -163,6 +163,9 @@ passwd: - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5 testing - sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAI yubikey 5 nfc - ssh-dss AAAAB3NzaC1kc3 oldkey@example.com + ssh_authorized_keys_local: + - secret/id_ed25519.pub + - secret/id_rsa.pub password_hash: $y$j9T$aUmgEDoFIDPhGxEe2FUjc/$C5A... home_dir: /home/user1 no_create_home: true