com.fedproxy.sshPublicKey

johnandersen777.bsky.social

Documentation

SSH public key registration record for fedproxy tunnel authentication. Associates an SSH public key with a fedproxy service name so the tunnel can verify connecting clients.

main record

SSH public key registration record for fedproxy tunnel authentication. Associates an SSH public key with a fedproxy service name so the tunnel can verify connecting clients.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

publicKey string Required

SSH public key in OpenSSH authorized_keys format (e.g. ssh-ed25519 AAAA...).

service string Required

Fedproxy service name this SSH key is registered for (e.g. attest, compute). Must match a service configured on the fedproxy host.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "service",
      "publicKey",
      "createdAt"
    ],
    "properties": {
      "service": {
        "type": "string",
        "description": "Fedproxy service name this SSH key is registered for (e.g. attest, compute). Must match a service configured on the fedproxy host."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "publicKey": {
        "type": "string",
        "description": "SSH public key in OpenSSH authorized_keys format (e.g. ssh-ed25519 AAAA...)."
      }
    }
  },
  "description": "SSH public key registration record for fedproxy tunnel authentication. Associates an SSH public key with a fedproxy service name so the tunnel can verify connecting clients."
}

Lexicon Garden

@