---
title: SSHKey
sidebar_label: SSHKey
sidebar_position: 8
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

<!-- Generated by scripts/generate_sdk_reference.py. Do not edit directly. -->

# SSHKey

```python
from lium.sdk import SSHKey
```

Defined in `lium.sdk.models`.

Public SSH key registered for the current user.

```python
SSHKey(
    id: str,
    name: str,
    public_key: str,
    created_at: Optional[str] = None
)
```

## Fields

| Name | Type | Default |
| --- | --- | --- |
| `id` | str |  |
| `name` | str |  |
| `public_key` | str |  |
| `created_at` | Optional[str] | `None` |
