--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_ssh_keys_by_user Data Source - virtfusion" subcategory: "" description: |- Fetches all SSH keys for a VirtFusion user. --- # virtfusion_ssh_keys_by_user (Data Source) Fetches all SSH keys for a VirtFusion user. ## Schema ### Required - `user_id` (Number) The user ID to fetch SSH keys for. ### Optional - `results` (Number) Maximum number of results to return. Defaults to 300. ### Read-Only - `ssh_keys` (Attributes List) List of SSH keys belonging to the user. (see [below for nested schema](#nestedatt--ssh_keys)) ### Nested Schema for `ssh_keys` Read-Only: - `enabled` (Boolean) Whether the SSH key is enabled. - `id` (Number) The SSH key ID. - `name` (String) The SSH key name. - `public_key` (String) The public key content. - `type` (String) The SSH key type.