export type SshKeyResponse = { alg: string; fingerprint: string; hostname: string; createdAt: string; };