---
title: "Overview of SSH keys"
method: GET
path: "/ssh"
tags: ["SSH"]
---

# Overview of SSH keys

`GET /ssh`

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

OK

- SshKeyDetail[]
  - `fingerprint` string — The fingerprint of the public key. This value is ignored for creation of new SSH keys.
  - `public_key` string — Public key
  - `linux_hostings` string[] — List of Linux hostings where SSH key is attached

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
