com.fedproxy.sshPublicKey

johnandersen777.bsky.social

{
  "id": "com.fedproxy.sshPublicKey",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.fedproxy.sshPublicKey

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5svqtrhheairglgiiyvutzik
CID
bafyreiew4so7kuprgvkepxfyf476xmdm5mj7vomoob6rgwutwvzcfs4p4q
Indexed At
2026-07-26 20:05 UTC
AT-URI
at://did:plc:5svqtrhheairglgiiyvutzik/com.atproto.lexicon.schema/com.fedproxy.sshPublicKey

Lexicon Garden

@