{
"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
}