# SSH Keys

SSH keys added here are used for SFTP and SSH logins to Wings, the node daemon, instead of your panel password; the connection details themselves live on each server's [SSH Details](/docs/panel/features/server/console#ssh-details) and [SFTP](/docs/panel/features/server/files#connect) views. The list shows each key's name, fingerprint, and when it was created, with a counter against your key limit.

![](/docs/panel/features/dashboard/images/ssh-keys/list.webp)

## Adding a Key

**Create** takes a name plus the public key itself: paste it, or pick a `.pub` file to fill the field.

<img src="/docs/panel/features/dashboard/images/ssh-keys/create-form.webp" width="220" alt="" />

**Import** skips the copy-pasting entirely: pick **GitHub**, **GitLab**, or **Launchpad**, enter your **Username** there, and the panel imports the public keys published on that account, all of them at once if there are several.

<img src="/docs/panel/features/dashboard/images/ssh-keys/import-form.webp" width="221" alt="" />

Keys work for SFTP and SSH logins immediately after being added.

::: info
The maximum number of SSH keys per account is set by the instance administrator under [Settings > User](/docs/panel/features/admin/settings#user).
:::

## Editing and Removing

Right-click a key (or open the menu at the end of its row) to edit or delete it. Editing only changes the key's name, not the key material itself; add a new key instead if the underlying key pair changed.

<img src="/docs/panel/features/dashboard/images/ssh-keys/edit-form.webp" width="220" alt="" />
